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

Unified Diff: runtime/vm/precompiler.cc

Issue 1418833004: VM: Service isolate under precompilation. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: typo Created 5 years, 2 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: runtime/vm/precompiler.cc
diff --git a/runtime/vm/precompiler.cc b/runtime/vm/precompiler.cc
index d0c46683b04dd502d763e1194c565f6a36e523cf..f2e2d169a16b172353863444a136647f0475f731 100644
--- a/runtime/vm/precompiler.cc
+++ b/runtime/vm/precompiler.cc
@@ -233,8 +233,9 @@ void Precompiler::AddRoots(Dart_QualifiedFunctionName embedder_entry_points[]) {
{ "dart:typed_data", "ByteData", "ByteData." },
{ "dart:typed_data", "ByteData", "ByteData._view" },
{ "dart:typed_data", "_ByteBuffer", "_ByteBuffer._New" },
- { "dart:vmservice", "::", "_registerIsolate" },
- { "dart:vmservice", "::", "boot" },
+ { "dart:_vmservice", "::", "_registerIsolate" },
+ { "dart:_vmservice", "::", "boot" },
+ { "dart:developer", "Metrics", "_printMetrics" },
{ NULL, NULL, NULL } // Must be terminated with NULL entries.
};

Powered by Google App Engine
This is Rietveld 408576698