| Index: third_party/WebKit/Source/modules/vibration/NavigatorVibration.idl
|
| diff --git a/third_party/WebKit/Source/modules/vibration/NavigatorVibration.idl b/third_party/WebKit/Source/modules/vibration/NavigatorVibration.idl
|
| index 8ed66244a67afda5c09ea7a3e42648396aff0041..45a181e82fb4e4ad2fac3478cae55f33de5b57a9 100644
|
| --- a/third_party/WebKit/Source/modules/vibration/NavigatorVibration.idl
|
| +++ b/third_party/WebKit/Source/modules/vibration/NavigatorVibration.idl
|
| @@ -17,10 +17,10 @@
|
| * Boston, MA 02110-1301, USA.
|
| */
|
|
|
| -// http://dev.w3.org/2009/dap/vibration/#idl-def-Navigator
|
| +// https://w3c.github.io/vibration/#vibration-interface
|
|
|
| partial interface Navigator {
|
| - // FIXME: should be union type http://crbug.com/240176
|
| + // FIXME: should be union type https://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);
|
|
|