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

Unified Diff: Source/core/html/DOMSettableTokenList.idl

Issue 15724005: [Binding] Support primitive type for union member (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: do not inherit getter. rename DoNotCheckJSProperty to OverrideBuiltins 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/html/DOMSettableTokenList.idl
diff --git a/Source/core/html/DOMSettableTokenList.idl b/Source/core/html/DOMSettableTokenList.idl
index 96c9e6a530f5727f9dd76d5c165768807b35266a..e17cea056cae801727042b77606a41e943091b96 100644
--- a/Source/core/html/DOMSettableTokenList.idl
+++ b/Source/core/html/DOMSettableTokenList.idl
@@ -24,6 +24,7 @@
[
] interface DOMSettableTokenList : DOMTokenList {
+ [TreatReturnedNullStringAs=Null, ImplementedAs=item] getter DOMString(unsigned long index);
haraken 2013/05/23 05:56:27 Why do we need to add [TreatReturnedNullStringAs=N
attribute DOMString value;
};

Powered by Google App Engine
This is Rietveld 408576698