| Index: Source/core/dom/Document.h
|
| diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
|
| index 6da8fc482004d18bd1c5dd6a834b9229841015f6..af1741bdf9f348a14630e84fbe98032e51f4fa53 100644
|
| --- a/Source/core/dom/Document.h
|
| +++ b/Source/core/dom/Document.h
|
| @@ -1121,8 +1121,6 @@ public:
|
|
|
| virtual void visitWith(Visitor*) const;
|
|
|
| - virtual void acceptHeapVisitor(Visitor*) const;
|
| -
|
| using Node::accept;
|
|
|
| void clearWeakPointers(Visitor*);
|
| @@ -1137,6 +1135,8 @@ protected:
|
| Handle<Document> selfHandle() { return adoptRawResult(this); }
|
| Handle<const Document> selfHandle() const { return adoptRawResult(this); }
|
|
|
| + virtual void acceptHeapVisitor(Visitor*) const OVERRIDE;
|
| +
|
| private:
|
| friend class Node;
|
| friend class IgnoreDestructiveWriteCountIncrementer;
|
|
|