Index: third_party/WebKit/Source/core/html/HTMLLinkElement.h |
diff --git a/third_party/WebKit/Source/core/html/HTMLLinkElement.h b/third_party/WebKit/Source/core/html/HTMLLinkElement.h |
index d42bf5045ff1e1c8e4534c5b957d73c914769720..cb89768adfa0613340d1067007eca892f9886b1a 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLLinkElement.h |
+++ b/third_party/WebKit/Source/core/html/HTMLLinkElement.h |
@@ -65,7 +65,7 @@ public: |
explicit LinkStyle(HTMLLinkElement* owner); |
~LinkStyle() override; |
- Type type() const override { return Style; } |
+ LinkResourceType type() const override { return Style; } |
void process() override; |
void ownerRemoved() override; |
bool hasLoaded() const override { return m_loadedSheet; } |
@@ -146,7 +146,7 @@ public: |
const AtomicString& type() const; |
- IconType iconType() const; |
+ IconType getIconType() const; |
// the icon sizes as parsed from the HTML attribute |
const Vector<IntSize>& iconSizes() const; |