| 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 81d0375cad9dfc08f0fd2b6e519dd3268d269440..9f59850098ef69571f29c671e3fe2d3538eaed9d 100644
|
| --- a/third_party/WebKit/Source/core/events/InputEventInit.idl
|
| +++ b/third_party/WebKit/Source/core/events/InputEventInit.idl
|
| @@ -2,9 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +// UI Events
|
| +// https://w3c.github.io/uievents/#idl-inputeventinit
|
| +
|
| dictionary InputEventInit : UIEventInit {
|
| - // UI Events
|
| - // https://w3c.github.io/uievents/#idl-inputeventinit
|
| DOMString? data;
|
| boolean isComposing = false;
|
|
|
|
|