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