| Index: Source/core/frame/ConsoleBase.h
|
| diff --git a/Source/core/frame/ConsoleBase.h b/Source/core/frame/ConsoleBase.h
|
| index 9b97ff1931ba885fc363c89706fafe4938b0b99b..cb99132470ad194f2822c40903fe2805316f851d 100644
|
| --- a/Source/core/frame/ConsoleBase.h
|
| +++ b/Source/core/frame/ConsoleBase.h
|
| @@ -73,7 +73,7 @@ public:
|
| void groupCollapsed(ScriptState*, PassRefPtrWillBeRawPtr<ScriptArguments>);
|
| void groupEnd();
|
|
|
| - virtual void trace(Visitor*) { }
|
| + DEFINE_INLINE_VIRTUAL_TRACE() { }
|
|
|
| virtual ~ConsoleBase();
|
|
|
|
|