Index: Source/WebCore/dom/DOMCoreException.idl |
=================================================================== |
--- Source/WebCore/dom/DOMCoreException.idl (revision 142703) |
+++ Source/WebCore/dom/DOMCoreException.idl (working copy) |
@@ -29,7 +29,8 @@ |
[ |
JSNoStaticTables, |
DoNotCheckConstants, |
- InterfaceName=DOMException |
+ InterfaceName=DOMException, |
+ ImplementationLacksVTable |
] exception DOMCoreException { |
readonly attribute unsigned short code; |