| Index: Source/core/html/shadow/DetailsMarkerControl.h
|
| diff --git a/Source/core/html/shadow/DetailsMarkerControl.h b/Source/core/html/shadow/DetailsMarkerControl.h
|
| index f158414334fff03590dd1d2a9ee0ca37194f3fe0..4155e04173b1cb9f81ed83f8a1dba41b7a2be0a5 100644
|
| --- a/Source/core/html/shadow/DetailsMarkerControl.h
|
| +++ b/Source/core/html/shadow/DetailsMarkerControl.h
|
| @@ -43,6 +43,8 @@ public:
|
| DetailsMarkerControl(Handle<Document>);
|
| static PassRefPtr<DetailsMarkerControl> create(Handle<Document>);
|
|
|
| + virtual void acceptHeapVisitor(Visitor*) const OVERRIDE;
|
| +
|
| private:
|
| virtual RenderObject* createRenderer(RenderArena*, RenderStyle*);
|
| virtual bool rendererIsNeeded(const NodeRenderingContext&);
|
|
|