Index: Source/WebCore/dom/MouseEvent.idl |
=================================================================== |
--- Source/WebCore/dom/MouseEvent.idl (revision 142703) |
+++ Source/WebCore/dom/MouseEvent.idl (working copy) |
@@ -18,7 +18,9 @@ |
*/ |
// Introduced in DOM Level 2: |
-interface MouseEvent : UIEvent { |
+[ |
+ V8SkipVTableValidation |
+] interface MouseEvent : UIEvent { |
readonly attribute long screenX; |
readonly attribute long screenY; |
readonly attribute long clientX; |