Index: Source/core/workers/WorkerConsole.h |
diff --git a/Source/core/workers/WorkerConsole.h b/Source/core/workers/WorkerConsole.h |
index c7823996c38bab40ceb5dc99aade7e906440f7fb..18252178e24ef65962c4a3656dc3a50aba7aac91 100644 |
--- a/Source/core/workers/WorkerConsole.h |
+++ b/Source/core/workers/WorkerConsole.h |
@@ -30,7 +30,6 @@ |
#ifndef WorkerConsole_h |
#define WorkerConsole_h |
-#include "bindings/core/v8/ScriptWrappable.h" |
#include "core/inspector/ConsoleAPITypes.h" |
#include "core/frame/ConsoleBase.h" |
#include "core/frame/ConsoleTypes.h" |
@@ -45,7 +44,7 @@ namespace WebCore { |
class ScriptArguments; |
-class WorkerConsole FINAL : public ConsoleBase, public ScriptWrappable { |
+class WorkerConsole FINAL : public ConsoleBase { |
public: |
static PassRefPtrWillBeRawPtr<WorkerConsole> create(WorkerGlobalScope* scope) |
{ |