Index: Source/core/html/HTMLLinkElement.h |
diff --git a/Source/core/html/HTMLLinkElement.h b/Source/core/html/HTMLLinkElement.h |
index 255461c3fa33335521d2f4b8b955663e74b23f8b..37399c4f5777896c46f6612bf8fd2c4651d6c431 100644 |
--- a/Source/core/html/HTMLLinkElement.h |
+++ b/Source/core/html/HTMLLinkElement.h |
@@ -152,7 +152,6 @@ public: |
bool isImport() const { return linkImport(); } |
bool isDisabled() const { return linkStyle() && linkStyle()->isDisabled(); } |
bool isEnabledViaScript() const { return linkStyle() && linkStyle()->isEnabledViaScript(); } |
- void setEnabledIfExitTransitionStyle(bool); |
DOMSettableTokenList* sizes() const; |