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
parent ea9afbe25a
commit b3d4202738

View File

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