| Index: Source/core/dom/Element.h
|
| diff --git a/Source/core/dom/Element.h b/Source/core/dom/Element.h
|
| index 7e17823251ffdf9a417f3cd00ebf957148e51e9f..068d37cdfc1132993f21ab9795d804dfc9dc1975 100644
|
| --- a/Source/core/dom/Element.h
|
| +++ b/Source/core/dom/Element.h
|
| @@ -508,6 +508,8 @@ public:
|
| void setTabIndex(int);
|
| virtual short tabIndex() const OVERRIDE;
|
|
|
| + virtual void trace(Visitor*) OVERRIDE;
|
| +
|
| protected:
|
| Element(const QualifiedName& tagName, Document* document, ConstructionType type)
|
| : ContainerNode(document, type)
|
|
|