| Index: Source/core/dom/ChildNodeList.h
|
| diff --git a/Source/core/dom/ChildNodeList.h b/Source/core/dom/ChildNodeList.h
|
| index f4bbbcd0750ecbe8749106d84d9969648a48baf6..4a126f5dd66c349f1a7b1a15bbfa01ad0b855bdf 100644
|
| --- a/Source/core/dom/ChildNodeList.h
|
| +++ b/Source/core/dom/ChildNodeList.h
|
| @@ -58,7 +58,7 @@ public:
|
| Node* traverseForwardToOffset(unsigned offset, Node& currentNode, unsigned& currentOffset) const;
|
| Node* traverseBackwardToOffset(unsigned offset, Node& currentNode, unsigned& currentOffset) const;
|
|
|
| - virtual void trace(Visitor*) override;
|
| + DECLARE_VIRTUAL_TRACE();
|
|
|
| private:
|
| explicit ChildNodeList(ContainerNode& rootNode);
|
|
|