Index: test/cctest/test-profile-generator.cc |
diff --git a/test/cctest/test-profile-generator.cc b/test/cctest/test-profile-generator.cc |
index 70b34e3d7c276688c27a49755d1081899f5ec499..b7c123a6c66b6dc1d1a4fddf95cab10eed56b5dd 100644 |
--- a/test/cctest/test-profile-generator.cc |
+++ b/test/cctest/test-profile-generator.cc |
@@ -875,7 +875,7 @@ TEST(RecordStackTraceAtStartProfiling) { |
v8::HandleScope scope(isolate); |
const char* extensions[] = { "v8/profiler" }; |
v8::ExtensionConfiguration config(1, extensions); |
- v8::Local<v8::Context> context = v8::Context::New(isolate); |
+ v8::Local<v8::Context> context = v8::Context::New(isolate, &config); |
context->Enter(); |
CpuProfiler* profiler = i::Isolate::Current()->cpu_profiler(); |