| Index: Source/modules/webdatabase/SQLResultSetRowList.idl
|
| diff --git a/Source/modules/webdatabase/SQLResultSetRowList.idl b/Source/modules/webdatabase/SQLResultSetRowList.idl
|
| index 50dbeb749e2a97fb924f2694e36be7c986b61396..6c4bd5488e1f87c91a807e821b3614ffb439238a 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] getter any item(unsigned long index);
|
| };
|
|
|