| Index: Source/core/dom/Element.h
|
| diff --git a/Source/core/dom/Element.h b/Source/core/dom/Element.h
|
| index fbd66c8d5d2ae20648c62d6f46eff03d6d46402a..3446a1a2588e9390556b3b668cf5c37831ebc5fc 100644
|
| --- a/Source/core/dom/Element.h
|
| +++ b/Source/core/dom/Element.h
|
| @@ -654,6 +654,8 @@ protected:
|
| // svgAttributeChanged (called when element.className.baseValue is set)
|
| void classAttributeChanged(const AtomicString& newClassString);
|
|
|
| + virtual void acceptHeapVisitor(Visitor*) const OVERRIDE;
|
| +
|
| private:
|
| void updatePseudoElement(PseudoId, StyleChange);
|
| void createPseudoElementIfNeeded(PseudoId);
|
|
|