зеркало из https://github.com/mozilla/pjs.git
Bug 712910 - Use stdint types in sandbox/PHal.ipdl too, fixes build on OpenBSD - r=Ms2ger
This commit is contained in:
Родитель
ca427f9e07
Коммит
1331dc55ab
|
@ -86,8 +86,8 @@ child:
|
|||
NotifySwitchChange(SwitchEvent aEvent);
|
||||
|
||||
parent:
|
||||
Vibrate(uint32[] pattern, uint64[] id, PBrowser browser);
|
||||
CancelVibrate(uint64[] id, PBrowser browser);
|
||||
Vibrate(uint32_t[] pattern, uint64_t[] id, PBrowser browser);
|
||||
CancelVibrate(uint64_t[] id, PBrowser browser);
|
||||
|
||||
EnableBatteryNotifications();
|
||||
DisableBatteryNotifications();
|
||||
|
|
Загрузка…
Ссылка в новой задаче