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 098395ef9dc74cae11a6dcaba80c9854e846693c..99e8b8ce07916b3c4d96c74fa8a44637c16d8e6e 100644 |
--- a/third_party/WebKit/Source/core/dom/StyleEngineTest.cpp |
+++ b/third_party/WebKit/Source/core/dom/StyleEngineTest.cpp |
@@ -21,7 +21,7 @@ protected: |
Document& document() { return m_dummyPageHolder->document(); } |
StyleEngine& styleEngine() { return document().styleEngine(); } |
- bool isDocumentStyleSheetCollectionClean() { return !styleEngine().shouldUpdateDocumentStyleSheetCollection(AnalyzedStyleUpdate); } |
+ bool isDocumentStyleSheetCollectionClean() { return !styleEngine().shouldUpdateDocumentStyleSheetCollection(); } |
private: |
OwnPtr<DummyPageHolder> m_dummyPageHolder; |