Index: third_party/WebKit/Source/core/html/LinkRelAttribute.h |
diff --git a/third_party/WebKit/Source/core/html/LinkRelAttribute.h b/third_party/WebKit/Source/core/html/LinkRelAttribute.h |
index b3e5d1c6ae7083214430f402b887c6d0edfed0d6..5230d3af22f65064a10c676354cbd203c473c409 100644 |
--- a/third_party/WebKit/Source/core/html/LinkRelAttribute.h |
+++ b/third_party/WebKit/Source/core/html/LinkRelAttribute.h |
@@ -45,7 +45,7 @@ public: |
explicit LinkRelAttribute(const String& = ""); |
bool isStyleSheet() const { return m_isStyleSheet; } |
- IconType iconType() const { return m_iconType; } |
+ IconType getIconType() const { return m_iconType; } |
bool isAlternate() const { return m_isAlternate; } |
bool isDNSPrefetch() const { return m_isDNSPrefetch; } |
bool isPreconnect() const { return m_isPreconnect; } |