Index: Source/WebCore/Modules/webdatabase/SQLResultSetRowList.idl |
=================================================================== |
--- Source/WebCore/Modules/webdatabase/SQLResultSetRowList.idl (revision 142703) |
+++ Source/WebCore/Modules/webdatabase/SQLResultSetRowList.idl (working copy) |
@@ -29,7 +29,8 @@ |
[ |
Conditional=SQL_DATABASE, |
OmitConstructor, |
- JSNoStaticTables |
+ JSNoStaticTables, |
+ ImplementationLacksVTable |
] interface SQLResultSetRowList { |
readonly attribute unsigned long length; |
[Custom] DOMObject item(in unsigned long index); |