Chromium Code Reviews| 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" | 
| 
 
vsm
2014/06/03 14:24:49
I think you just deleted the only reference to thi
 
 | 
| #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. | 
| } |