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

This commit is contained in:
Cheng Zhao 2018-12-28 10:54:32 +09:00 коммит произвёл GitHub
Родитель 5ae3d1a1b2
Коммит a5e63dc5fd
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

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