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

Unified Diff: Source/bindings/core/v8/V8PerIsolateData.cpp

Issue 1128273005: Devtools: Move runMessageLoopOnPause and other methods on ScriptDebugServer::Client (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove empty line Created 5 years, 7 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
Index: Source/bindings/core/v8/V8PerIsolateData.cpp
diff --git a/Source/bindings/core/v8/V8PerIsolateData.cpp b/Source/bindings/core/v8/V8PerIsolateData.cpp
index 60420989c06c785084fac723e8cc0ecdbf6cd024..f04095b7d847bcdccabc9fed5fc802f60490c756 100644
--- a/Source/bindings/core/v8/V8PerIsolateData.cpp
+++ b/Source/bindings/core/v8/V8PerIsolateData.cpp
@@ -277,7 +277,7 @@ void V8PerIsolateData::clearEndOfScopeTasks()
m_endOfScopeTasks.clear();
}
-void V8PerIsolateData::setScriptDebugServer(PassOwnPtrWillBeRawPtr<ScriptDebugServer> server)
+void V8PerIsolateData::setScriptDebugServer(PassOwnPtrWillBeRawPtr<PerIsolateDebuggerClient> server)
{
ASSERT(!m_debugServer);
m_debugServer = server;

Powered by Google App Engine
This is Rietveld 408576698