Chromium Code Reviews| Index: Source/WebCore/Modules/webdatabase/SQLResultSet.idl |
| =================================================================== |
| --- Source/WebCore/Modules/webdatabase/SQLResultSet.idl (revision 142703) |
| +++ Source/WebCore/Modules/webdatabase/SQLResultSet.idl (working copy) |
| @@ -29,7 +29,8 @@ |
| [ |
| Conditional=SQL_DATABASE, |
| OmitConstructor, |
| - JSNoStaticTables |
| + JSNoStaticTables, |
| + ImplementationLacksVTable |
| ] interface SQLResultSet { |
| readonly attribute SQLResultSetRowList rows; |