| Index: sky/engine/core/frame/FrameConsole.h
|
| diff --git a/sky/engine/core/frame/FrameConsole.h b/sky/engine/core/frame/FrameConsole.h
|
| index 3bb2a2be91750d05559b3d1976324eebd401f214..b2d9d4e2d46fbd9e828b576a5f0bba4546ba6cac 100644
|
| --- a/sky/engine/core/frame/FrameConsole.h
|
| +++ b/sky/engine/core/frame/FrameConsole.h
|
| @@ -46,7 +46,7 @@ class ScriptCallStack;
|
|
|
| // FrameConsole takes per-frame console messages and routes them up through the FrameHost to the ChromeClient and Inspector.
|
| // It's meant as an abstraction around ChromeClient calls and the way that Blink core/ can add messages to the console.
|
| -class FrameConsole final : public DummyBase<FrameConsole> {
|
| +class FrameConsole final {
|
| DECLARE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(FrameConsole);
|
| public:
|
| static PassOwnPtr<FrameConsole> create(LocalFrame& frame)
|
|
|