Index: Source/core/dom/StyleEngine.h |
diff --git a/Source/core/dom/StyleEngine.h b/Source/core/dom/StyleEngine.h |
index d2dddeb37abed753bf98e98eb7bc8bec34559d49..3dfb0bf74e3299dc9853d49520688c89a6b77e22 100644 |
--- a/Source/core/dom/StyleEngine.h |
+++ b/Source/core/dom/StyleEngine.h |
@@ -199,7 +199,7 @@ private: |
Document* master(); |
Document& document() const { return *m_document; } |
- void scheduleInvalidationSetsForElement(const InvalidationSetVector&, Element&); |
+ void scheduleInvalidationSetsForElement(const InvalidationSetVector& descendant, const InvalidationSetVector& sibling, Element&); |
typedef WillBeHeapHashSet<RawPtrWillBeMember<TreeScope>> UnorderedTreeScopeSet; |