| Index: Source/core/dom/Element.h
|
| diff --git a/Source/core/dom/Element.h b/Source/core/dom/Element.h
|
| index 8c5ec03c8c7b9265083d0cb511b61a7af4aa8aec..86b4dd2390ee82d3083e7cc5153febc5d8098c01 100644
|
| --- a/Source/core/dom/Element.h
|
| +++ b/Source/core/dom/Element.h
|
| @@ -509,6 +509,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)
|
|
|