Index: test/cctest/test-accessors.cc |
diff --git a/test/cctest/test-accessors.cc b/test/cctest/test-accessors.cc |
index ac631757b2863c4b5ab4b91b5026086a0b75b1de..14303e2371c58684d937f420a64db55c222db42a 100644 |
--- a/test/cctest/test-accessors.cc |
+++ b/test/cctest/test-accessors.cc |
@@ -552,7 +552,7 @@ THREADED_TEST(AccessorPropertyCrossContext) { |
v8::Handle<v8::Function> fun = v8::Function::New(isolate, check_contexts); |
LocalContext switch_context; |
switch_context->Global()->Set(v8_str("fun"), fun); |
- v8::TryCatch try_catch; |
+ v8::TryCatch try_catch(isolate); |
expected_current_context = env.local(); |
expected_calling_context = switch_context.local(); |
CompileRun( |