| Index: third_party/WebKit/Source/core/events/PointerEvent.idl
|
| diff --git a/third_party/WebKit/Source/core/events/PointerEvent.idl b/third_party/WebKit/Source/core/events/PointerEvent.idl
|
| index 7f58245089244e9262dafd2b389c054a4197b2a9..ccbef6a016d69368dab32b235e57618ba97c7496 100644
|
| --- a/third_party/WebKit/Source/core/events/PointerEvent.idl
|
| +++ b/third_party/WebKit/Source/core/events/PointerEvent.idl
|
| @@ -6,7 +6,6 @@
|
|
|
| [
|
| Constructor(DOMString type, optional PointerEventInit eventInitDict),
|
| - RuntimeEnabled=PointerEvent,
|
| ] interface PointerEvent : MouseEvent {
|
| [MeasureAs=PointerEventAttributeCount] readonly attribute long pointerId;
|
| [MeasureAs=PointerEventAttributeCount] readonly attribute double width;
|
|
|