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

Unified Diff: mojo/apps/js/js_app.cc

Issue 627563002: Mojo JS standalone app launches files specified with mojo_shell command-line args (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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
« no previous file with comments | « mojo/apps/js/application_delegate_impl.cc ('k') | mojo/apps/js/standalone_main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/apps/js/js_app.cc
diff --git a/mojo/apps/js/js_app.cc b/mojo/apps/js/js_app.cc
index 877564d58c027c65e6c9d3d5db69d6912df3ec25..7b400b24878c35167314fa82e7730e45166f9bba 100644
--- a/mojo/apps/js/js_app.cc
+++ b/mojo/apps/js/js_app.cc
@@ -72,8 +72,6 @@ void JSApp::Run() {
std::string file_name;
Load(&source, &file_name); // TODO(hansmuller): handle Load() failure.
- gin::IsolateHolder::Initialize(gin::IsolateHolder::kStrictMode,
- gin::ArrayBufferAllocator::SharedInstance());
isolate_holder_.reset(new gin::IsolateHolder());
isolate_holder_->AddRunMicrotasksObserver();
« no previous file with comments | « mojo/apps/js/application_delegate_impl.cc ('k') | mojo/apps/js/standalone_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698