| Index: Source/core/dom/Node.h
|
| diff --git a/Source/core/dom/Node.h b/Source/core/dom/Node.h
|
| index f964b9d00f433d8976d41b1e50f9e5746e550128..01ae9325a1eb9fa08db8dd0a440df59da12e4018 100644
|
| --- a/Source/core/dom/Node.h
|
| +++ b/Source/core/dom/Node.h
|
| @@ -113,6 +113,7 @@ class Node : public TreeSharedWillBeRefCountedGarbageCollected<Node>, public Eve
|
| friend class TreeScopeAdopter;
|
|
|
| DEFINE_EVENT_TARGET_REFCOUNTING(TreeSharedWillBeRefCountedGarbageCollected<Node>);
|
| + WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(Node);
|
| public:
|
| enum NodeType {
|
| ELEMENT_NODE = 1,
|
| @@ -671,7 +672,7 @@ public:
|
|
|
| bool isFinishedParsingChildren() const { return getFlag(IsFinishedParsingChildrenFlag); }
|
|
|
| - virtual void trace(Visitor*);
|
| + virtual void trace(Visitor*) OVERRIDE;
|
|
|
| private:
|
| enum NodeFlags {
|
|
|