Index: Source/core/html/HTMLLinkElement.h |
diff --git a/Source/core/html/HTMLLinkElement.h b/Source/core/html/HTMLLinkElement.h |
index b2a5f1a04b49978446a48bde7507cc2128cd6aec..71a0cf108a9ff8ee78832fd4d479334f2ef91a32 100644 |
--- a/Source/core/html/HTMLLinkElement.h |
+++ b/Source/core/html/HTMLLinkElement.h |
@@ -145,7 +145,6 @@ public: |
bool isDisabled() const { return linkStyle() && linkStyle()->isDisabled(); } |
bool isEnabledViaScript() const { return linkStyle() && linkStyle()->isEnabledViaScript(); } |
- void setSizes(const String&); |
DOMSettableTokenList* sizes() const; |
void dispatchPendingEvent(LinkEventSender*); |