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

Unified Diff: Source/bindings/dart/DartApplicationLoader.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/common/StackTrace.h ('k') | Source/bindings/dart/DartController.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/dart/DartApplicationLoader.cpp
diff --git a/Source/bindings/dart/DartApplicationLoader.cpp b/Source/bindings/dart/DartApplicationLoader.cpp
index 7523165382d88e3ac85453dcf3f8928467a360f3..7e7204e6e468c991219d98f432808e2ef9c09c4b 100644
--- a/Source/bindings/dart/DartApplicationLoader.cpp
+++ b/Source/bindings/dart/DartApplicationLoader.cpp
@@ -32,8 +32,8 @@
#include "FetchInitiatorTypeNames.h"
#include "bindings/dart/DartDOMWrapper.h"
-#include "bindings/dart/DartDebugServer.h"
#include "bindings/dart/DartInspectorTimeline.h"
+#include "bindings/dart/DartScriptDebugServer.h"
#include "bindings/dart/DartUtilities.h"
#include "bindings/v8/ScriptSourceCode.h"
#include "core/dom/Document.h"
@@ -235,7 +235,7 @@ void DartApplicationLoader::callEntryPoint()
Timeline timeline(m_originDocument->frame(), String("callEntryPoint@") + m_libraryUrl);
if (m_domEnabled) {
Timeline timeline(m_originDocument->frame(), String("notifyDebugServer@") + m_libraryUrl);
- DartDebugServer::shared().isolateLoaded();
+ DartScriptDebugServer::shared().isolateLoaded();
}
// FIXME: Do we still need this?
« no previous file with comments | « Source/bindings/common/StackTrace.h ('k') | Source/bindings/dart/DartController.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698