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

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

Issue 950763002: Replace [TreatReturnedNullStringAs=Null] with nullable return type (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 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 | « Source/core/css/MediaList.idl ('k') | Source/core/dom/DOMTokenList.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/DOMSettableTokenList.idl
diff --git a/Source/core/dom/DOMSettableTokenList.idl b/Source/core/dom/DOMSettableTokenList.idl
index e02dd6950acfff222282743cafc968a26f3ae2f2..e65f383d0731db8f769efb948f9cec14d7514e75 100644
--- a/Source/core/dom/DOMSettableTokenList.idl
+++ b/Source/core/dom/DOMSettableTokenList.idl
@@ -23,7 +23,7 @@
*/
interface DOMSettableTokenList : DOMTokenList {
- [TreatReturnedNullStringAs=Null, ImplementedAs=item] getter DOMString (unsigned long index);
+ [ImplementedAs=item] getter DOMString? (unsigned long index);
attribute DOMString value;
};
« no previous file with comments | « Source/core/css/MediaList.idl ('k') | Source/core/dom/DOMTokenList.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698