Index: Source/core/html/HTMLLinkElement.h |
diff --git a/Source/core/html/HTMLLinkElement.h b/Source/core/html/HTMLLinkElement.h |
index cfed35d0fb667456b2d09241668fc56d795f517e..7ae3cbee6900b3073dedf16c43088503eca01413 100644 |
--- a/Source/core/html/HTMLLinkElement.h |
+++ b/Source/core/html/HTMLLinkElement.h |
@@ -144,7 +144,6 @@ public: |
bool styleSheetIsLoading() const; |
bool isImport() const { return linkImport(); } |
- bool importOwnsLoader() const; |
adamk
2014/04/17 21:26:31
This one is pretty recent, CCing morrita in case i
|
bool isDisabled() const { return linkStyle() && linkStyle()->isDisabled(); } |
bool isEnabledViaScript() const { return linkStyle() && linkStyle()->isEnabledViaScript(); } |
DOMSettableTokenList* sizes() const; |