fix: don't expose isolatedWorld
to global (#16208)
This commit is contained in:
parent
5ae3d1a1b2
commit
a5e63dc5fd
1 changed files with 0 additions and 2 deletions
|
@ -2,8 +2,6 @@
|
||||||
|
|
||||||
/* global nodeProcess, isolatedWorld */
|
/* global nodeProcess, isolatedWorld */
|
||||||
|
|
||||||
window.isolatedWorld = isolatedWorld
|
|
||||||
|
|
||||||
// Note: Don't use "process", as it will be replaced by browserify's one.
|
// Note: Don't use "process", as it will be replaced by browserify's one.
|
||||||
const v8Util = nodeProcess.atomBinding('v8_util')
|
const v8Util = nodeProcess.atomBinding('v8_util')
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue