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

Unified Diff: gin/test/v8_test.cc

Issue 227233006: Make net use v8 through gin (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updates Created 6 years, 8 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 | « gin/test/file_runner.cc ('k') | mojo/apps/js/main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gin/test/v8_test.cc
diff --git a/gin/test/v8_test.cc b/gin/test/v8_test.cc
index 95f4e74c79efd92bdacc91d7ef5d1c3882738ee5..c27154b4f85e237aba5f4c06ff900fd855e41f92 100644
--- a/gin/test/v8_test.cc
+++ b/gin/test/v8_test.cc
@@ -19,7 +19,7 @@ V8Test::~V8Test() {
}
void V8Test::SetUp() {
- instance_.reset(new gin::IsolateHolder);
+ instance_.reset(new gin::IsolateHolder(gin::IsolateHolder::kStrictMode));
instance_->isolate()->Enter();
HandleScope handle_scope(instance_->isolate());
context_.Reset(instance_->isolate(), Context::New(instance_->isolate()));
« no previous file with comments | « gin/test/file_runner.cc ('k') | mojo/apps/js/main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698