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; |
}; |