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

Unified Diff: third_party/WebKit/Source/modules/storage/Storage.idl

Issue 2321073002: binding: Let indexed interceptor falls through to named interceptor. (Closed)
Patch Set: Updated global-interface-listing expectations. Created 4 years, 3 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 | « third_party/WebKit/Source/modules/storage/Storage.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/storage/Storage.idl
diff --git a/third_party/WebKit/Source/modules/storage/Storage.idl b/third_party/WebKit/Source/modules/storage/Storage.idl
index 8e88534ad4cbb6cbd3360f11f3879bcc617bc683..a24b82836661ce3e5bd25f55b9e1c143d2e7f9b2 100644
--- a/third_party/WebKit/Source/modules/storage/Storage.idl
+++ b/third_party/WebKit/Source/modules/storage/Storage.idl
@@ -39,9 +39,4 @@
[RaisesException] getter DOMString (DOMString name);
[RaisesException] setter DOMString (DOMString name, DOMString value);
[RaisesException] deleter boolean (DOMString name);
-
- // Non-standard APIs
- [NotEnumerable, RaisesException] getter DOMString (unsigned long index);
- [RaisesException] setter DOMString (unsigned long index, DOMString value);
- [RaisesException] deleter boolean (unsigned long index);
};
« no previous file with comments | « third_party/WebKit/Source/modules/storage/Storage.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698