Chromium Code Reviews| Index: sky/engine/core/frame/ConsoleBase.h |
| diff --git a/sky/engine/core/frame/ConsoleBase.h b/sky/engine/core/frame/ConsoleBase.h |
| index 18dee3b7bea7e8b90aa65b4d8fcfb5e02962d207..f3559c6b1200b2524bccc1f6f009d59e8588f1af 100644 |
| --- a/sky/engine/core/frame/ConsoleBase.h |
| +++ b/sky/engine/core/frame/ConsoleBase.h |
| @@ -74,8 +74,6 @@ public: |
| void groupCollapsed(ScriptState*, PassRefPtr<ScriptArguments>); |
| void groupEnd(); |
| - virtual void trace(Visitor*) { } |
| - |
| virtual ~ConsoleBase(); |
| protected: |