Index: test/cctest/test-strings.cc |
diff --git a/test/cctest/test-strings.cc b/test/cctest/test-strings.cc |
index 1713e91662bd408165ad82a783b835ffeded544c..d8d7c96871a8c63005343844bab68ce608429cb5 100644 |
--- a/test/cctest/test-strings.cc |
+++ b/test/cctest/test-strings.cc |
@@ -1222,7 +1222,7 @@ UNINITIALIZED_TEST(OneByteArrayJoin) { |
// summing the lengths of the strings (as Smis) overflows and wraps. |
LocalContext context(isolate); |
v8::HandleScope scope(isolate); |
- v8::TryCatch try_catch; |
+ v8::TryCatch try_catch(isolate); |
CHECK(CompileRun( |
"var two_14 = Math.pow(2, 14);" |
"var two_17 = Math.pow(2, 17);" |