| Index: third_party/WebKit/Source/core/dom/StyleEngineTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/StyleEngineTest.cpp b/third_party/WebKit/Source/core/dom/StyleEngineTest.cpp
|
| index 887ffbb0e1d12f7e7bb849e184a4b5a6967c7b08..d3c222399630eb1914a0b2905e793c6653c14809 100644
|
| --- a/third_party/WebKit/Source/core/dom/StyleEngineTest.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/StyleEngineTest.cpp
|
| @@ -26,8 +26,7 @@ class StyleEngineTest : public ::testing::Test {
|
| StyleEngine& styleEngine() { return document().styleEngine(); }
|
|
|
| bool isDocumentStyleSheetCollectionClean() {
|
| - return !styleEngine().shouldUpdateDocumentStyleSheetCollection(
|
| - AnalyzedStyleUpdate);
|
| + return !styleEngine().shouldUpdateDocumentStyleSheetCollection();
|
| }
|
|
|
| enum RuleSetInvalidation {
|
|
|