Index: Source/core/dom/Iterator.h |
diff --git a/Source/core/dom/Iterator.h b/Source/core/dom/Iterator.h |
index 85620c099a550cda309f43c21f8cb47e56a44cc9..333ccde2a8f576ef0704298dfd938194efcb3c63 100644 |
--- a/Source/core/dom/Iterator.h |
+++ b/Source/core/dom/Iterator.h |
@@ -23,7 +23,7 @@ public: |
virtual ScriptValue next(ScriptState*, ScriptValue /* value */, ExceptionState&) = 0; |
Iterator* iterator(ScriptState*, ExceptionState&) { return this; } |
- virtual void trace(Visitor*) { } |
+ DEFINE_INLINE_VIRTUAL_TRACE() { } |
}; |
} // namespace blink |