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:
Karl Tomlinson 2019-08-12 11:50:42 +00:00
Родитель 7d40632022
Коммит 3cebe4550f
1 изменённых файлов: 0 добавлений и 3 удалений

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

@ -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;