зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1473463 remove unnecessary JSAutoRealm as realm is set by AutoEntryScript r=baku
Differential Revision: https://phabricator.services.mozilla.com/D41341 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
7d40632022
Коммит
3cebe4550f
|
@ -374,9 +374,6 @@ void ExecutionRunnable::RunOnWorkletThread() {
|
|||
AutoEntryScript aes(globalScope, "Worklet");
|
||||
JSContext* cx = aes.cx();
|
||||
|
||||
JS::Rooted<JSObject*> globalObj(cx, globalScope->GetGlobalJSObject());
|
||||
JSAutoRealm ar(cx, globalObj);
|
||||
|
||||
JS::Rooted<JSObject*> module(cx);
|
||||
if (!ParseAndLinkModule(cx, &module)) {
|
||||
ErrorResult error;
|
||||
|
|
Загрузка…
Ссылка в новой задаче