Chromium Code Reviews| Index: Source/core/dom/MutationRecord.h |
| diff --git a/Source/core/dom/MutationRecord.h b/Source/core/dom/MutationRecord.h |
| index eb030c3f597a78d8d66a804a0beaa51ef2252a58..16e500db77fcee1cd0c992a48272bdc1ae9ae7b6 100644 |
| --- a/Source/core/dom/MutationRecord.h |
| +++ b/Source/core/dom/MutationRecord.h |
| @@ -69,7 +69,7 @@ public: |
| virtual String oldValue() { return String(); } |
| - virtual void trace(Visitor*) { } |
| + DEFINE_INLINE_VIRTUAL_TRACE() { } |
| }; |