diff --git a/hal/sandbox/PHal.ipdl b/hal/sandbox/PHal.ipdl index d93381750f0..79b4621f0ea 100644 --- a/hal/sandbox/PHal.ipdl +++ b/hal/sandbox/PHal.ipdl @@ -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();