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