mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
refactor: use associated v8::Context for event setup (#37355)
refactor: use associated v8::Context for event setup
This commit is contained in:
@@ -76,7 +76,7 @@ void ElectronRendererClient::DidCreateScriptContext(
|
||||
|
||||
if (!node_integration_initialized_) {
|
||||
node_integration_initialized_ = true;
|
||||
node_bindings_->Initialize();
|
||||
node_bindings_->Initialize(renderer_context);
|
||||
node_bindings_->PrepareEmbedThread();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user