| Index: third_party/WebKit/Source/core/dom/StyleEngine.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/StyleEngine.cpp b/third_party/WebKit/Source/core/dom/StyleEngine.cpp
|
| index a92671517c5943e71cdc175e059d7c36f49abad5..a5f449f09e40daa11d2bdd40d5605461f5132356 100644
|
| --- a/third_party/WebKit/Source/core/dom/StyleEngine.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/StyleEngine.cpp
|
| @@ -146,11 +146,6 @@ const WillBeHeapVector<RefPtrWillBeMember<StyleSheet>>& StyleEngine::styleSheets
|
| return ensureStyleSheetCollectionFor(treeScope)->styleSheetsForStyleSheetList();
|
| }
|
|
|
| -const WillBeHeapVector<RefPtrWillBeMember<CSSStyleSheet>>& StyleEngine::activeAuthorStyleSheets() const
|
| -{
|
| - return documentStyleSheetCollection()->activeAuthorStyleSheets();
|
| -}
|
| -
|
| void StyleEngine::combineCSSFeatureFlags(const RuleFeatureSet& features)
|
| {
|
| // Delay resetting the flags until after next style recalc since unapplying the style may not work without these set (this is true at least with before/after).
|
|
|