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

Unified Diff: sky/tools/packager/vm.cc

Issue 1198313004: Make sky/tools/packager build on Mac (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 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 | « sky/tools/packager/loader.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/tools/packager/vm.cc
diff --git a/sky/tools/packager/vm.cc b/sky/tools/packager/vm.cc
index 5e45eb8cb21fea7b0b71d51bf2b89637af0bb662..a36a70fe579988830ff4db22a0ea7a13edd35ab3 100644
--- a/sky/tools/packager/vm.cc
+++ b/sky/tools/packager/vm.cc
@@ -26,7 +26,7 @@ void InitDartVM() {
Dart_Isolate CreateDartIsolate() {
CHECK(blink::kDartIsolateSnapshotBuffer);
char* error = nullptr;
- Dart_Isolate isolate = Dart_CreateIsolate("http://example.com", "main",
+ Dart_Isolate isolate = Dart_CreateIsolate("dart:snapshot", "main",
blink::kDartIsolateSnapshotBuffer,
nullptr, nullptr, &error);
« no previous file with comments | « sky/tools/packager/loader.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698