зеркало из https://github.com/mozilla/gecko-dev.git
Bug 841041 - Fix memory broadcast bug for workers. r=bent, a=tef+
This commit is contained in:
Родитель
c9a284e913
Коммит
6cd6c49927
|
@ -1328,7 +1328,7 @@ public:
|
|||
bool
|
||||
WorkerRun(JSContext* aCx, WorkerPrivate* aWorkerPrivate)
|
||||
{
|
||||
aWorkerPrivate->UpdateJSWorkerMemoryParameter(aCx, mKey, mValue);
|
||||
aWorkerPrivate->UpdateJSWorkerMemoryParameterInternal(aCx, mKey, mValue);
|
||||
return true;
|
||||
}
|
||||
};
|
||||
|
|
Загрузка…
Ссылка в новой задаче