Index: Source/WebCore/Modules/webdatabase/SQLTransactionSync.idl |
=================================================================== |
--- Source/WebCore/Modules/webdatabase/SQLTransactionSync.idl (revision 142703) |
+++ Source/WebCore/Modules/webdatabase/SQLTransactionSync.idl (working copy) |
@@ -31,7 +31,8 @@ |
[ |
Conditional=SQL_DATABASE, |
OmitConstructor, |
- JSNoStaticTables |
+ JSNoStaticTables, |
+ ImplementationLacksVTable |
] interface SQLTransactionSync { |
[Custom] SQLResultSet executeSql(in DOMString sqlStatement, in ObjectArray arguments); |
}; |