| Index: Source/core/dom/StyleEngine.h
|
| diff --git a/Source/core/dom/StyleEngine.h b/Source/core/dom/StyleEngine.h
|
| index 5afe9066b4e566c89345c275b06ca60213d39f84..d35fb30b40820fe85682fe4078b66e3eceec979d 100644
|
| --- a/Source/core/dom/StyleEngine.h
|
| +++ b/Source/core/dom/StyleEngine.h
|
| @@ -88,6 +88,7 @@ public:
|
| void removeStyleSheetCandidateNode(Node*, ContainerNode* scopingNode, TreeScope&);
|
| void modifiedStyleSheetCandidateNode(Node*);
|
| void enableExitTransitionStylesheets();
|
| + void disableExitTransitionStylesheets();
|
| void addXSLStyleSheet(ProcessingInstruction*, bool createdByParser);
|
| void removeXSLStyleSheet(ProcessingInstruction*);
|
|
|
|
|