Index: third_party/WebKit/Source/bindings/core/v8/V8PerIsolateData.cpp |
diff --git a/third_party/WebKit/Source/bindings/core/v8/V8PerIsolateData.cpp b/third_party/WebKit/Source/bindings/core/v8/V8PerIsolateData.cpp |
index eba75668214b7f7d13379ddb24d9b6dea8085c69..90c6a91f003fbe5f12d4942b9e0b83da5de9f245 100644 |
--- a/third_party/WebKit/Source/bindings/core/v8/V8PerIsolateData.cpp |
+++ b/third_party/WebKit/Source/bindings/core/v8/V8PerIsolateData.cpp |
@@ -34,7 +34,7 @@ |
#include "bindings/core/v8/V8RecursionScope.h" |
#include "bindings/core/v8/V8ScriptRunner.h" |
#include "core/frame/UseCounter.h" |
-#include "core/inspector/ScriptDebuggerBase.h" |
+#include "core/inspector/MainThreadDebugger.h" |
#include "public/platform/Platform.h" |
#include "wtf/MainThread.h" |
@@ -277,7 +277,7 @@ void V8PerIsolateData::clearEndOfScopeTasks() |
m_endOfScopeTasks.clear(); |
} |
-void V8PerIsolateData::setScriptDebugger(PassOwnPtr<ScriptDebuggerBase> debugger) |
+void V8PerIsolateData::setScriptDebugger(PassOwnPtr<MainThreadDebugger> debugger) |
{ |
ASSERT(!m_scriptDebugger); |
m_scriptDebugger = debugger; |