Bug 841041 - Fix memory broadcast bug for workers. r=bent, a=tef+

This commit is contained in:
Gregor Wagner 2013-02-15 14:12:19 -08:00
Родитель c9a284e913
Коммит 6cd6c49927
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -1328,7 +1328,7 @@ public:
bool
WorkerRun(JSContext* aCx, WorkerPrivate* aWorkerPrivate)
{
aWorkerPrivate->UpdateJSWorkerMemoryParameter(aCx, mKey, mValue);
aWorkerPrivate->UpdateJSWorkerMemoryParameterInternal(aCx, mKey, mValue);
return true;
}
};