Chromium Code Reviews| Index: Source/modules/webdatabase/SQLResultSetRowList.idl |
| diff --git a/Source/modules/webdatabase/SQLResultSetRowList.idl b/Source/modules/webdatabase/SQLResultSetRowList.idl |
| index 4ed9fa1b1235903f0f78692e011afb7e24c929dd..1393200009d35731fefc3b79d228ebdf68c1204f 100644 |
| --- a/Source/modules/webdatabase/SQLResultSetRowList.idl |
| +++ b/Source/modules/webdatabase/SQLResultSetRowList.idl |
| @@ -28,7 +28,6 @@ |
| [ |
| NoInterfaceObject, |
| - ImplementationLacksVTable |
| ] interface SQLResultSetRowList { |
| readonly attribute unsigned long length; |
| [Custom] any item(unsigned long index); |