| Index: third_party/WebKit/Source/core/dom/TreeScopeStyleSheetCollection.h
|
| diff --git a/third_party/WebKit/Source/core/dom/TreeScopeStyleSheetCollection.h b/third_party/WebKit/Source/core/dom/TreeScopeStyleSheetCollection.h
|
| index 1785e7bb51162bb8ae5b16f854167144221e0682..59c7776a884f666c7c2d1e5384e81ba7f023bf04 100644
|
| --- a/third_party/WebKit/Source/core/dom/TreeScopeStyleSheetCollection.h
|
| +++ b/third_party/WebKit/Source/core/dom/TreeScopeStyleSheetCollection.h
|
| @@ -54,7 +54,7 @@ class CORE_EXPORT TreeScopeStyleSheetCollection : public StyleSheetCollection {
|
| bool MediaQueryAffectingValueChanged();
|
|
|
| virtual bool IsShadowTreeStyleSheetCollection() const { return false; }
|
| - void CollectStyleSheetsForList();
|
| + void UpdateStyleSheetList();
|
|
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
|
|