Chromium Code Reviews| Index: third_party/WebKit/Source/core/events/InputEventInit.idl |
| diff --git a/third_party/WebKit/Source/core/events/InputEventInit.idl b/third_party/WebKit/Source/core/events/InputEventInit.idl |
| index 441d74af4772dd8b282560e9b594a51df6182a31..dc35d1f735eeafcfb0a1ec8fc598b020b53c8228 100644 |
| --- a/third_party/WebKit/Source/core/events/InputEventInit.idl |
| +++ b/third_party/WebKit/Source/core/events/InputEventInit.idl |
| @@ -2,7 +2,7 @@ |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| -// https://w3c.github.io/editing/input-events.html |
| +// https://w3c.github.io/input-events/ |
|
foolip
2016/12/02 09:55:28
Same changes here. Even though https://github.com/
Mark Dittmer
2016/12/02 14:05:44
Done.
|
| dictionary InputEventInit : UIEventInit { |
| DOMString inputType = ""; |