| 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 06626e74740d8588c5b96140d9365df88381da33..9cf5148493f656f5e368e8497435b3c491837327 100644
|
| --- a/third_party/WebKit/Source/core/dom/StyleEngine.h
|
| +++ b/third_party/WebKit/Source/core/dom/StyleEngine.h
|
| @@ -176,8 +176,6 @@ public:
|
| void scheduleSiblingInvalidationsForElement(Element&, ContainerNode& schedulingParent, unsigned minDirectAdjacent);
|
| void scheduleInvalidationsForInsertedSibling(Element* beforeElement, Element& insertedElement);
|
| void scheduleInvalidationsForRemovedSibling(Element* beforeElement, Element& removedElement, Element& afterElement);
|
| - void scheduleNthPseudoInvalidations(ContainerNode&);
|
| -
|
| unsigned styleForElementCount() const { return m_styleForElementCount; }
|
| void incStyleForElementCount() { m_styleForElementCount++; }
|
|
|
|
|