| Index: Source/modules/webdatabase/SQLResultSetRowList.idl
|
| diff --git a/Source/modules/webdatabase/SQLResultSetRowList.idl b/Source/modules/webdatabase/SQLResultSetRowList.idl
|
| index a5fcad405588661f239c3b2591d53af49c150323..14fd5cccab4d4ac6efab161afb8e20a21c033487 100644
|
| --- a/Source/modules/webdatabase/SQLResultSetRowList.idl
|
| +++ b/Source/modules/webdatabase/SQLResultSetRowList.idl
|
| @@ -28,6 +28,7 @@
|
|
|
| [
|
| NoInterfaceObject,
|
| + WillBeGarbageCollected,
|
| ] interface SQLResultSetRowList {
|
| readonly attribute unsigned long length;
|
| [Custom] object item(unsigned long index);
|
|
|