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

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: Addition of new file ToV8.h for modules 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
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);
};

Powered by Google App Engine
This is Rietveld 408576698