mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
refactor: remove duplicate contextIsolation from getWebPreference() (#31730)
This commit is contained in:
1
spec/fixtures/api/window-open-preload.js
vendored
1
spec/fixtures/api/window-open-preload.js
vendored
@@ -6,7 +6,6 @@ setImmediate(function () {
|
||||
ipcRenderer.send('answer', {
|
||||
nativeWindowOpen: webFrame.getWebPreference('nativeWindowOpen'),
|
||||
nodeIntegration: webFrame.getWebPreference('nodeIntegration'),
|
||||
sandbox: webFrame.getWebPreference('sandbox'),
|
||||
typeofProcess: typeof global.process,
|
||||
windowOpenerIsNull
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user