зеркало из https://github.com/mozilla/gecko-dev.git
Bug 869800 - Stop using calling JS_SetGlobalObject in workers. r=bent
This makes workers the first consumer to be weaned off this API. \o/
This commit is contained in:
Родитель
66cbfb2448
Коммит
cda62a8468
|
@ -704,8 +704,6 @@ public:
|
|||
}
|
||||
|
||||
JSAutoCompartment ac(aCx, global);
|
||||
JS_SetGlobalObject(aCx, global);
|
||||
|
||||
return scriptloader::LoadWorkerScript(aCx);
|
||||
}
|
||||
};
|
||||
|
|
Загрузка…
Ссылка в новой задаче