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

Unified Diff: Source/bindings/v8/PageScriptDebugServer.cpp

Issue 300393002: Merge DevTools Refactor CL to Blink36 (Closed) Base URL: svn://svn.chromium.org/blink/branches/dart/1985
Patch Set: PTAL Created 6 years, 6 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/bindings/dart/gyp/overrides.gypi ('k') | Source/bindings/v8/ScriptCallStackFactory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/v8/PageScriptDebugServer.cpp
diff --git a/Source/bindings/v8/PageScriptDebugServer.cpp b/Source/bindings/v8/PageScriptDebugServer.cpp
index 399297436b3e83b01a1e59d4b861de98f4416f7b..5e08d0e096343a1794bc61636015e82b8bf41322 100644
--- a/Source/bindings/v8/PageScriptDebugServer.cpp
+++ b/Source/bindings/v8/PageScriptDebugServer.cpp
@@ -32,7 +32,7 @@
#include "bindings/v8/PageScriptDebugServer.h"
#include "V8Window.h"
-#include "bindings/dart/DartDebugServer.h"
+#include "bindings/dart/DartScriptDebugServer.h"
#include "bindings/v8/DOMWrapperWorld.h"
#include "bindings/v8/ScriptController.h"
#include "bindings/v8/ScriptSourceCode.h"
@@ -152,8 +152,6 @@ void PageScriptDebugServer::removeListener(ScriptDebugListener* listener, Page*
if (m_listenersMap.isEmpty()) {
v8::Debug::SetDebugEventListener2(0);
- // FIXMEDART: find a way to unfork this.
- DartDebugServer::shared().disable();
}
// FIXME: Remove all breakpoints set by the agent.
}
« no previous file with comments | « Source/bindings/dart/gyp/overrides.gypi ('k') | Source/bindings/v8/ScriptCallStackFactory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698