Chromium Code Reviews| Index: Source/core/dom/MouseEvent.idl |
| diff --git a/Source/core/dom/MouseEvent.idl b/Source/core/dom/MouseEvent.idl |
| index 888ac7110f2c0d49becbc369d5437984142e7c03..3e5670df22c4305ffc9c6931cd1bcd7c30bd61d9 100644 |
| --- a/Source/core/dom/MouseEvent.idl |
| +++ b/Source/core/dom/MouseEvent.idl |
| @@ -19,7 +19,6 @@ |
| [ |
| ConstructorTemplate=Event, |
| - SkipVTableValidation |
| ] interface MouseEvent : UIEvent { |
| [InitializedByEventConstructor] readonly attribute long screenX; |
| [InitializedByEventConstructor] readonly attribute long screenY; |