| Index: third_party/WebKit/Source/core/events/InputEvent.idl
|
| diff --git a/third_party/WebKit/Source/core/events/InputEvent.idl b/third_party/WebKit/Source/core/events/InputEvent.idl
|
| index 6db312aeb1f4cf358da170a67fc4d35b0d607774..d2574da39b2dc536e86e3d8dc769d4ee214213c6 100644
|
| --- a/third_party/WebKit/Source/core/events/InputEvent.idl
|
| +++ b/third_party/WebKit/Source/core/events/InputEvent.idl
|
| @@ -2,12 +2,13 @@
|
| // 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-inputevent
|
| +
|
| [
|
| Constructor(DOMString type, optional InputEventInit eventInitDict),
|
| RuntimeEnabled=InputEvent,
|
| ] interface InputEvent : UIEvent {
|
| - // UI Events
|
| - // https://w3c.github.io/uievents/#idl-inputevent
|
| readonly attribute DOMString? data;
|
| readonly attribute boolean isComposing;
|
|
|
|
|