| Index: third_party/WebCore/Modules/webdatabase/SQLResultSetRowList.idl
|
| diff --git a/third_party/WebCore/Modules/webdatabase/SQLResultSetRowList.idl b/third_party/WebCore/Modules/webdatabase/SQLResultSetRowList.idl
|
| index 305855dbbfdcfb9ca82ea34392a4a8d1eff59ef0..51fba661b8646ff2b3738198734f710a49ded0a6 100644
|
| --- a/third_party/WebCore/Modules/webdatabase/SQLResultSetRowList.idl
|
| +++ b/third_party/WebCore/Modules/webdatabase/SQLResultSetRowList.idl
|
| @@ -33,5 +33,5 @@
|
| ImplementationLacksVTable
|
| ] interface SQLResultSetRowList {
|
| readonly attribute unsigned long length;
|
| - [Custom] DOMObject item(in unsigned long index);
|
| + [Custom] any item(in unsigned long index);
|
| };
|
|
|