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