| Index: third_party/WebKit/Source/core/events/MouseEvent.idl
|
| diff --git a/third_party/WebKit/Source/core/events/MouseEvent.idl b/third_party/WebKit/Source/core/events/MouseEvent.idl
|
| index 8cbea08d0d22503267a1d651821d227b829d27d2..d67152da146483ab76b0b1180bf19415a0731d01 100644
|
| --- a/third_party/WebKit/Source/core/events/MouseEvent.idl
|
| +++ b/third_party/WebKit/Source/core/events/MouseEvent.idl
|
| @@ -73,7 +73,6 @@
|
| // Non-standard
|
| [MeasureAs=MouseEventFromElement] readonly attribute Node fromElement;
|
| [MeasureAs=MouseEventToElement] readonly attribute Node toElement;
|
| - [MeasureAs=MouseEventWhich] readonly attribute long which;
|
| [Measure] readonly attribute long layerX;
|
| [Measure] readonly attribute long layerY;
|
| };
|
|
|