Chromium Code Reviews| Index: Source/core/page/ValidationMessageClient.h |
| diff --git a/Source/core/page/ValidationMessageClient.h b/Source/core/page/ValidationMessageClient.h |
| index a0190a7e92e84c892ab73376741662a1e2925ea2..0ef61a7db541203f148c69aa2b821f8c4434e79b 100644 |
| --- a/Source/core/page/ValidationMessageClient.h |
| +++ b/Source/core/page/ValidationMessageClient.h |
| @@ -56,7 +56,7 @@ public: |
| virtual void willBeDestroyed() = 0; |
| - virtual void trace(Visitor*) { } |
| + DEFINE_INLINE_VIRTUAL_TRACE() { } |
| }; |
| } |