Index: Source/modules/vibration/NavigatorVibration.idl |
diff --git a/Source/modules/vibration/NavigatorVibration.idl b/Source/modules/vibration/NavigatorVibration.idl |
index ba3b25831e0f6d764a4fd8c5a302067d5a35dbcf..8519266592b563604865226afc1a45167913f082 100644 |
--- a/Source/modules/vibration/NavigatorVibration.idl |
+++ b/Source/modules/vibration/NavigatorVibration.idl |
@@ -18,9 +18,9 @@ |
*/ |
[ |
- Conditional=VIBRATION |
+ EnabledAtRuntime=Vibration |
] partial interface Navigator { |
- [RaisesException] void vibrate(sequence<unsigned long> pattern); |
- [RaisesException] void vibrate(unsigned long time); |
+ boolean vibrate(sequence<unsigned long> pattern); |
+ boolean vibrate(unsigned long time); |
}; |