| Index: Source/modules/webdatabase/SQLResultSetRowList.idl
|
| diff --git a/Source/modules/webdatabase/SQLResultSetRowList.idl b/Source/modules/webdatabase/SQLResultSetRowList.idl
|
| index 50dbeb749e2a97fb924f2694e36be7c986b61396..21f2304be57f047738816c37db1a6688d8e96e91 100644
|
| --- a/Source/modules/webdatabase/SQLResultSetRowList.idl
|
| +++ b/Source/modules/webdatabase/SQLResultSetRowList.idl
|
| @@ -31,5 +31,5 @@
|
| GarbageCollected,
|
| ] interface SQLResultSetRowList {
|
| readonly attribute unsigned long length;
|
| - [Custom] object item(unsigned long index);
|
| + [RaisesException, CallWith=ScriptState] getter any item(unsigned long index);
|
| };
|
|
|