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

This commit is contained in:
Cheng Zhao 2018-12-28 10:54:32 +09:00 committed by GitHub
parent 5ae3d1a1b2
commit a5e63dc5fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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