| Index: Source/core/dom/shadow/InsertionPoint.h
|
| diff --git a/Source/core/dom/shadow/InsertionPoint.h b/Source/core/dom/shadow/InsertionPoint.h
|
| index a2139ae85322594d1f66c33362bcd0616591a21b..4da059d5fb4b3f28f77f1622b3eff062a515922d 100644
|
| --- a/Source/core/dom/shadow/InsertionPoint.h
|
| +++ b/Source/core/dom/shadow/InsertionPoint.h
|
| @@ -67,7 +67,7 @@ public:
|
| Node* nextTo(const Node* node) const { return m_distribution.nextTo(node); }
|
| Node* previousTo(const Node* node) const { return m_distribution.previousTo(node); }
|
|
|
| - virtual void trace(Visitor*) override;
|
| + DECLARE_VIRTUAL_TRACE();
|
|
|
| protected:
|
| InsertionPoint(const QualifiedName&, Document&);
|
|
|