Index: Source/core/dom/StyleEngine.h |
diff --git a/Source/core/dom/StyleEngine.h b/Source/core/dom/StyleEngine.h |
index 64db18c95a3aee370b8063a6635e475b4c2a7db9..f57496febc67f7596819474b0ec10e2deba604bf 100644 |
--- a/Source/core/dom/StyleEngine.h |
+++ b/Source/core/dom/StyleEngine.h |
@@ -168,7 +168,6 @@ public: |
PassRefPtrWillBeRawPtr<CSSStyleSheet> createSheet(Element*, const String& text, TextPosition startPosition, bool createdByParser); |
void removeSheet(StyleSheetContents*); |
- bool onlyDocumentHasStyles() const { return m_activeTreeScopes.isEmpty(); } |
void collectScopedStyleFeaturesTo(RuleFeatureSet&) const; |
void platformColorsChanged(); |