| Index: test/cctest/test-debug.cc
|
| diff --git a/test/cctest/test-debug.cc b/test/cctest/test-debug.cc
|
| index c12cb58309b7a5eb0932ced7c40960032378c999..7a9e2b182eea28f1d2a1c09f134a0146050e5c61 100644
|
| --- a/test/cctest/test-debug.cc
|
| +++ b/test/cctest/test-debug.cc
|
| @@ -6637,7 +6637,7 @@ TEST(ScriptCollectedEventContext) {
|
| v8::Local<v8::Context>::New(isolate, context);
|
| local_context->Exit();
|
| }
|
| - context.Dispose(isolate);
|
| + context.Dispose();
|
|
|
| // Do garbage collection to collect the script above which is no longer
|
| // referenced.
|
|
|