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

Unified Diff: third_party/WebKit/Source/core/dom/DOMStringMap.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
Index: third_party/WebKit/Source/core/dom/DOMStringMap.idl
diff --git a/third_party/WebKit/Source/core/dom/DOMStringMap.idl b/third_party/WebKit/Source/core/dom/DOMStringMap.idl
index 2810903003c874ee06f1eb79388328149ed44a30..beb05f880dcfb3f358651fde29f1db9aba8babe8 100644
--- a/third_party/WebKit/Source/core/dom/DOMStringMap.idl
+++ b/third_party/WebKit/Source/core/dom/DOMStringMap.idl
@@ -32,10 +32,4 @@
[ImplementedAs=item] getter DOMString (DOMString name);
[CEReactions, RaisesException] setter void (DOMString name, DOMString value);
[CEReactions] deleter void (DOMString name);
-
- // FIXME: The indexed getter, setter and deleter are not in the
- // spec and simply converts the index to a string.
- [NotEnumerable] getter DOMString (unsigned long index);
- [CEReactions, RaisesException] setter void (unsigned long index, DOMString value);
- [CEReactions] deleter void (unsigned long index);
};
« no previous file with comments | « third_party/WebKit/Source/core/dom/DOMStringMap.h ('k') | third_party/WebKit/Source/core/dom/DOMTokenList.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698