From bdff27768c6d224e4efa156a19b81d79a8ad2fd2 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 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();