From d25627bfb5e97361e263a815b9105733c306f3e9 Mon Sep 17 00:00:00 2001 From: Landry Breuil Date: Sat, 26 May 2012 09:33:51 -0400 Subject: [PATCH] Bug 712910 - Use stdint types in sandbox/PHal.ipdl too, fixes build on OpenBSD - r=Ms2ger --- hal/sandbox/PHal.ipdl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hal/sandbox/PHal.ipdl b/hal/sandbox/PHal.ipdl index d93381750f08..79b4621f0ea4 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();