Index: third_party/WebKit/Source/core/html/imports/LinkImport.h |
diff --git a/third_party/WebKit/Source/core/html/imports/LinkImport.h b/third_party/WebKit/Source/core/html/imports/LinkImport.h |
index 926c5e6a97c52d799515e9890dcc9e3cf6e9e30c..028674bb4ed259c926b188e57ed2e4241e490e30 100644 |
--- a/third_party/WebKit/Source/core/html/imports/LinkImport.h |
+++ b/third_party/WebKit/Source/core/html/imports/LinkImport.h |
@@ -57,7 +57,7 @@ public: |
// LinkResource |
void process() override; |
- Type type() const override { return Import; } |
+ LinkResourceType type() const override { return Import; } |
bool hasLoaded() const override; |
DECLARE_VIRTUAL_TRACE(); |
void ownerInserted() override; |