зеркало из https://github.com/mozilla/gecko-dev.git
Bug 932154: Define postRILMessage with the right argument count. r=vicamo
This commit is contained in:
Родитель
020d8b6c36
Коммит
eab1dbcdec
|
@ -144,7 +144,7 @@ ConnectWorkerToRIL::RunTask(JSContext *aCx)
|
|||
JSObject *workerGlobal = JS::CurrentGlobalOrNull(aCx);
|
||||
|
||||
return !!JS_DefineFunction(aCx, workerGlobal,
|
||||
"postRILMessage", PostToRIL, 1, 0);
|
||||
"postRILMessage", PostToRIL, 2, 0);
|
||||
}
|
||||
|
||||
class DispatchRILEvent : public WorkerTask
|
||||
|
|
Загрузка…
Ссылка в новой задаче