Index: third_party/WebKit/Source/core/dom/StyleEngine.h |
diff --git a/third_party/WebKit/Source/core/dom/StyleEngine.h b/third_party/WebKit/Source/core/dom/StyleEngine.h |
index d2dddeb37abed753bf98e98eb7bc8bec34559d49..25255553028177289ac57adae143442a8e855e3c 100644 |
--- a/third_party/WebKit/Source/core/dom/StyleEngine.h |
+++ b/third_party/WebKit/Source/core/dom/StyleEngine.h |
@@ -199,8 +199,6 @@ private: |
Document* master(); |
Document& document() const { return *m_document; } |
- void scheduleInvalidationSetsForElement(const InvalidationSetVector&, Element&); |
- |
typedef WillBeHeapHashSet<RawPtrWillBeMember<TreeScope>> UnorderedTreeScopeSet; |
void clearMediaQueryRuleSetOnTreeScopeStyleSheets(UnorderedTreeScopeSet&); |