Index: Source/modules/vibration/NavigatorVibration.idl |
diff --git a/Source/modules/vibration/NavigatorVibration.idl b/Source/modules/vibration/NavigatorVibration.idl |
index 3307c6a77c1c750ada7c16b131cbaa0863dc68d4..d8ab9f4d598191610486a2a03c119d921bef4843 100644 |
--- a/Source/modules/vibration/NavigatorVibration.idl |
+++ b/Source/modules/vibration/NavigatorVibration.idl |
@@ -18,11 +18,10 @@ |
*/ |
[ |
- RuntimeEnabled=Vibration |
+ RuntimeEnabled=Vibration, |
] partial interface Navigator { |
// FIXME: The contents of the pattern argument should be clamped. |
// See https://code.google.com/p/chromium/issues/detail?id=310138 |
boolean vibrate(sequence<unsigned long> pattern); |
boolean vibrate([Clamp] unsigned long time); |
}; |
- |