Chromium Code Reviews| 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..9c71fdeee5b207fcfc88d93f95525e4837931a5a 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://dev.w3.org/2009/dap/vibration/#idl-def-Navigator |
|
foolip
2016/12/02 09:55:29
https://w3c.github.io/vibration/#vibration-interfa
Mark Dittmer
2016/12/02 14:05:45
Done.
Mark Dittmer
2016/12/02 14:05:45
foolip@chromium.org: Yeah. Let's sync up on this.
|
| 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); |