Index: third_party/WebKit/Source/core/html/LinkManifest.h |
diff --git a/third_party/WebKit/Source/core/html/LinkManifest.h b/third_party/WebKit/Source/core/html/LinkManifest.h |
index 7fbcc1cd184e2ec45baf95c15bb598ee0486dd4d..1b0a70b1c7e0ba3b2f51dc615e0ec275a1dd9e8a 100644 |
--- a/third_party/WebKit/Source/core/html/LinkManifest.h |
+++ b/third_party/WebKit/Source/core/html/LinkManifest.h |
@@ -24,7 +24,7 @@ public: |
// LinkResource |
void process() override; |
- Type type() const override { return Manifest; } |
+ LinkResourceType type() const override { return Manifest; } |
bool hasLoaded() const override; |
void ownerRemoved() override; |