Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(13)

Unified Diff: Source/core/workers/WorkerConsole.h

Issue 396803011: dom: Makes ConsoleBase inherit from ScriptWrappable. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/frame/ConsoleBase.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
{
« no previous file with comments | « Source/core/frame/ConsoleBase.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698