зеркало из https://github.com/mozilla/gecko-dev.git
Bug 940754 - Fix rooting hazard in WorkerPrivateParent::WrapObject() r=bent
This commit is contained in:
Родитель
dd160d493c
Коммит
ad638e6d4a
|
@ -2159,7 +2159,8 @@ WorkerPrivateParent<Derived>::WrapObject(JSContext* aCx,
|
|||
|
||||
AssertIsOnParentThread();
|
||||
|
||||
JSObject* obj = WorkerBinding::Wrap(aCx, aScope, ParentAsWorkerPrivate());
|
||||
JS::Rooted<JSObject*> obj(aCx, WorkerBinding::Wrap(aCx, aScope,
|
||||
ParentAsWorkerPrivate()));
|
||||
|
||||
if (mRooted) {
|
||||
PreserveWrapper(this);
|
||||
|
|
Загрузка…
Ссылка в новой задаче