| Index: Source/core/dom/StyleEngine.h
|
| diff --git a/Source/core/dom/StyleEngine.h b/Source/core/dom/StyleEngine.h
|
| index 2ac3a442097e769d5d739f7b0f81a990ee636056..af1c46fd96b222ccfc62a7cdd38d0e07b6a7dc82 100644
|
| --- a/Source/core/dom/StyleEngine.h
|
| +++ b/Source/core/dom/StyleEngine.h
|
| @@ -88,6 +88,7 @@ public:
|
| void removeStyleSheetCandidateNode(Node*, TreeScope&);
|
| void modifiedStyleSheetCandidateNode(Node*);
|
| void enableExitTransitionStylesheets();
|
| + void disableExitTransitionStylesheets();
|
|
|
| void invalidateInjectedStyleSheetCache();
|
| void updateInjectedStyleSheetCache() const;
|
|
|