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

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

Issue 1197133004: Add support for snapshot loading to Sky (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Fix mirror-system.sky 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 a36a70fe579988830ff4db22a0ea7a13edd35ab3..71761e89c5c818e802fe8270ffa236aa81501fa4 100644
--- a/sky/tools/packager/vm.cc
+++ b/sky/tools/packager/vm.cc
@@ -32,7 +32,6 @@ Dart_Isolate CreateDartIsolate() {
CHECK(isolate) << error;
CHECK(!LogIfError(Dart_SetLibraryTagHandler(HandleLibraryTag)));
- LoadSkyInternals();
Dart_ExitIsolate();
return isolate;
« 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