Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / modules / webdatabase / SQLResultSetRowList.idl
index 05dd04b..a5fcad4 100644 (file)
@@ -27,8 +27,8 @@
  */
 
 [
-    NoInterfaceObject
+    NoInterfaceObject,
 ] interface SQLResultSetRowList {
     readonly attribute unsigned long length;
-    [Custom] any item(unsigned long index);
+    [Custom] object item(unsigned long index);
 };