| Index: modules/vibration/NavigatorVibration.idl
|
| diff --git a/modules/vibration/NavigatorVibration.idl b/modules/vibration/NavigatorVibration.idl
|
| index 2c2c140706f3fd4ea5ab31a9824ce1fc22550e07..8ed66244a67afda5c09ea7a3e42648396aff0041 100644
|
| --- a/modules/vibration/NavigatorVibration.idl
|
| +++ b/modules/vibration/NavigatorVibration.idl
|
| @@ -17,9 +17,12 @@
|
| * Boston, MA 02110-1301, USA.
|
| */
|
|
|
| +// http://dev.w3.org/2009/dap/vibration/#idl-def-Navigator
|
| +
|
| partial interface Navigator {
|
| + // FIXME: should be union type http://crbug.com/240176
|
| // FIXME: The contents of the pattern argument should be clamped.
|
| // See https://code.google.com/p/chromium/issues/detail?id=310138
|
| + boolean vibrate([Clamp] unsigned long pattern);
|
| boolean vibrate(sequence<unsigned long> pattern);
|
| - boolean vibrate([Clamp] unsigned long time);
|
| };
|
|
|