Index: Source/WebCore/Modules/webdatabase/SQLError.idl |
=================================================================== |
--- Source/WebCore/Modules/webdatabase/SQLError.idl (revision 142703) |
+++ Source/WebCore/Modules/webdatabase/SQLError.idl (working copy) |
@@ -29,7 +29,8 @@ |
[ |
Conditional=SQL_DATABASE, |
OmitConstructor, |
- JSNoStaticTables |
+ JSNoStaticTables, |
+ ImplementationLacksVTable |
] interface SQLError { |
readonly attribute unsigned long code; |
readonly attribute DOMString message; |