Browse Source

fix: don't expose `isolatedWorld` to global (#16208)

Cheng Zhao 6 years ago
parent
commit
a5e63dc5fd
1 changed files with 0 additions and 2 deletions
  1. 0 2
      lib/isolated_renderer/init.js

+ 0 - 2
lib/isolated_renderer/init.js

@@ -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')