summaryrefslogtreecommitdiffstats
path: root/gin/test/v8_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gin/test/v8_test.cc')
-rw-r--r--gin/test/v8_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gin/test/v8_test.cc b/gin/test/v8_test.cc
index 95f4e74..c27154b 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()));