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

Unified Diff: Source/core/dom/DOMStringMap.idl

Issue 15943008: [binding] Replace [CustomIndexedGetter] attributes with [Custom] getter (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: Created 7 years, 7 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/core/dom/DOMStringMap.idl
diff --git a/Source/core/dom/DOMStringMap.idl b/Source/core/dom/DOMStringMap.idl
index dbd3069f10b0b7e8709a6183c600f1b85c718da1..cb736e564910cb47c0251c746303e647e0b5a5fc 100644
--- a/Source/core/dom/DOMStringMap.idl
+++ b/Source/core/dom/DOMStringMap.idl
@@ -25,10 +25,10 @@
[
GenerateIsReachable=element,
- CustomDeleteProperty,
CustomEnumerateProperty
] interface DOMStringMap {
[ImplementedAs=item, OverrideBuiltins] getter DOMString (DOMString name);
+ [Custom] deleter boolean (DOMString name);
[ImplementedAs=anonymousNamedSetter, RaisesException, OverrideBuiltins] setter DOMString (DOMString name, DOMString value);
};

Powered by Google App Engine
This is Rietveld 408576698