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

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: Fix ownptrs 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 7f375e2e1563725e6d4da431d55808c0c4cb549c..7e59c3b2125fcce750642ce598c61cc0d813a5c3 100644
--- a/Source/bindings/core/v8/V8PerIsolateData.cpp
+++ b/Source/bindings/core/v8/V8PerIsolateData.cpp
@@ -289,7 +289,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