Index: Source/core/html/HTMLLinkElement.h |
diff --git a/Source/core/html/HTMLLinkElement.h b/Source/core/html/HTMLLinkElement.h |
index 011e49ac927f4469ce9f21dcb0d869cd61ab3412..9e6048c7b88205eca09c231e59d6ea0665597f67 100644 |
--- a/Source/core/html/HTMLLinkElement.h |
+++ b/Source/core/html/HTMLLinkElement.h |
@@ -142,7 +142,7 @@ public: |
bool isImport() const { return linkImport(); } |
bool isDisabled() const { return linkStyle() && linkStyle()->isDisabled(); } |
bool isEnabledViaScript() const { return linkStyle() && linkStyle()->isEnabledViaScript(); } |
- void enableIfExitTransitionStyle(); |
+ void setEnabledIfExitTransitionStyle(bool); |
DOMSettableTokenList* sizes() const; |