| Index: Source/core/dom/MouseEvent.idl
|
| diff --git a/Source/core/dom/MouseEvent.idl b/Source/core/dom/MouseEvent.idl
|
| index 3e5670df22c4305ffc9c6931cd1bcd7c30bd61d9..5465735e2c5a5baa2e8810ac94866cb128f91040 100644
|
| --- a/Source/core/dom/MouseEvent.idl
|
| +++ b/Source/core/dom/MouseEvent.idl
|
| @@ -18,7 +18,7 @@
|
| */
|
|
|
| [
|
| - ConstructorTemplate=Event,
|
| + ConstructorTemplate=Event
|
| ] interface MouseEvent : UIEvent {
|
| [InitializedByEventConstructor] readonly attribute long screenX;
|
| [InitializedByEventConstructor] readonly attribute long screenY;
|
|
|