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

Unified Diff: mojo/dart/embedder/dart_controller.cc

Issue 1245243002: Move dart_debugger into tonic and use it in mojo dart controller (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 5 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 | « mojo/dart/embedder/BUILD.gn ('k') | mojo/dart/embedder/dart_debugger.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/dart/embedder/dart_controller.cc
diff --git a/mojo/dart/embedder/dart_controller.cc b/mojo/dart/embedder/dart_controller.cc
index 1c676869d965f05bbcfda6e5e9f602a2ba30ef65..e3a14e38a4be0da971fa0c4c289bacff1b69e79f 100644
--- a/mojo/dart/embedder/dart_controller.cc
+++ b/mojo/dart/embedder/dart_controller.cc
@@ -12,10 +12,10 @@
#include "dart/runtime/include/dart_native_api.h"
#include "mojo/dart/embedder/builtin.h"
#include "mojo/dart/embedder/dart_controller.h"
-#include "mojo/dart/embedder/dart_debugger.h"
#include "mojo/dart/embedder/dart_state.h"
#include "mojo/dart/embedder/vmservice.h"
#include "mojo/public/c/system/core.h"
+#include "tonic/dart_debugger.h"
namespace mojo {
namespace dart {
@@ -562,7 +562,7 @@ void DartController::InitVmIfNeeded(Dart_EntropySource entropy,
CHECK(result);
// This should be called before calling Dart_Initialize.
- DartDebugger::InitDebugger();
+ tonic::DartDebugger::InitDebugger();
result = Dart_Initialize(vm_isolate_snapshot_buffer,
IsolateCreateCallback,
« no previous file with comments | « mojo/dart/embedder/BUILD.gn ('k') | mojo/dart/embedder/dart_debugger.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698