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:
Bobby Holley 2013-05-08 10:45:46 -07:00
Родитель 66cbfb2448
Коммит cda62a8468
1 изменённых файлов: 0 добавлений и 2 удалений

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

@ -704,8 +704,6 @@ public:
}
JSAutoCompartment ac(aCx, global);
JS_SetGlobalObject(aCx, global);
return scriptloader::LoadWorkerScript(aCx);
}
};