Index: Source/core/html/shadow/ClearButtonElement.h |
diff --git a/Source/core/html/shadow/ClearButtonElement.h b/Source/core/html/shadow/ClearButtonElement.h |
index a15e946f4cfcaa81870df3c057bb9cdb10f46344..9c9434d2b0c4d4db319350bfe744a5cd96256418 100644 |
--- a/Source/core/html/shadow/ClearButtonElement.h |
+++ b/Source/core/html/shadow/ClearButtonElement.h |
@@ -45,6 +45,8 @@ public: |
void releaseCapture(); |
void removeClearButtonOwner() { m_clearButtonOwner = 0; } |
+ virtual void acceptHeapVisitor(Visitor*) const OVERRIDE; |
+ |
private: |
ClearButtonElement(Handle<Document>, ClearButtonOwner&); |
virtual void detach(); |