Index: src/api.cc |
diff --git a/src/api.cc b/src/api.cc |
index 0e2c6d1af919b781220bf1948aa99a21766c48ab..f5a878f7b48edc44c8a47e3be97856bd25f9d1b1 100644 |
--- a/src/api.cc |
+++ b/src/api.cc |
@@ -2221,7 +2221,6 @@ MaybeLocal<Script> ScriptCompiler::Compile(Local<Context> context, |
} |
source->info->set_script(script); |
- source->info->set_context(isolate->native_context()); |
// Create a canonical handle scope before internalizing parsed values if |
// compiling bytecode. This is required for off-thread bytecode generation. |