зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1318971 - Update !MOZ_WEBSPEECH case in ContentParent::RecvPSpeechSynthesisConstructor to return mozilla::ipc::IPCResult. r=kanru
This commit is contained in:
Родитель
ae8843de1e
Коммит
6359310306
|
@ -3144,7 +3144,7 @@ ContentParent::RecvPSpeechSynthesisConstructor(PSpeechSynthesisParent* aActor)
|
|||
#ifdef MOZ_WEBSPEECH
|
||||
return IPC_OK();
|
||||
#else
|
||||
return false;
|
||||
return IPC_FAIL_NO_REASON(this);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче