Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1415)

Unified Diff: Source/modules/webdatabase/SQLResultSetRowList.idl

Issue 972153002: [bindings] Remove custom binding usage in SQLResultSetRowList. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@test
Patch Set: Patch for landing Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/modules/webdatabase/SQLResultSetRowList.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
};
« no previous file with comments | « Source/modules/webdatabase/SQLResultSetRowList.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698