Enable WebFrame method forwarding in sandboxed renderers (#12538)
* Enable WebFrame method forwarding in sandboxed renderers Fixes #9073 * Non-change to kick CI
This commit is contained in:
parent
558d36c1f3
commit
97fb15ac49
6 changed files with 63 additions and 38 deletions
|
@ -32,6 +32,8 @@ const preloadModules = new Map([
|
|||
['timers', require('timers')]
|
||||
])
|
||||
|
||||
require('../renderer/web-frame-init')()
|
||||
|
||||
// Pass different process object to the preload script(which should not have
|
||||
// access to things like `process.atomBinding`).
|
||||
const preloadProcess = new events.EventEmitter()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue