| Index: Source/core/dom/TreeScopeStyleSheetCollection.h
|
| diff --git a/Source/core/dom/TreeScopeStyleSheetCollection.h b/Source/core/dom/TreeScopeStyleSheetCollection.h
|
| index 4ad5ec62bce1ad14e9473ab5e6e15c9a54011f5d..04523e2f64e4899597992a5a370ceae5b4f8a3c2 100644
|
| --- a/Source/core/dom/TreeScopeStyleSheetCollection.h
|
| +++ b/Source/core/dom/TreeScopeStyleSheetCollection.h
|
| @@ -56,7 +56,7 @@ public:
|
| DocumentOrderedList& styleSheetCandidateNodes() { return m_styleSheetCandidateNodes; }
|
|
|
| void clearMediaQueryRuleSetStyleSheets();
|
| - void enableExitTransitionStylesheets();
|
| + void setExitTransitionStyleshetsEnabled(bool);
|
|
|
| virtual void trace(Visitor*) override;
|
|
|
|
|