Bug 712910 - Use stdint types in sandbox/PHal.ipdl too, fixes build on OpenBSD - r=Ms2ger

This commit is contained in:
Landry Breuil 2012-05-26 09:33:51 -04:00
Родитель ca427f9e07
Коммит 1331dc55ab
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -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();