mirror of
https://github.com/electron/electron.git
synced 2026-05-02 03:00:22 -04:00
fix: don't expose isolatedWorld to global (#16208)
This commit is contained in:
@@ -2,8 +2,6 @@
|
||||
|
||||
/* global nodeProcess, isolatedWorld */
|
||||
|
||||
window.isolatedWorld = isolatedWorld
|
||||
|
||||
// Note: Don't use "process", as it will be replaced by browserify's one.
|
||||
const v8Util = nodeProcess.atomBinding('v8_util')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user