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

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

Issue 26694003: Add support for [TreatNullAs] extended attribute for reflected attributes (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 2 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/HTMLOListElement.idl
diff --git a/Source/core/html/HTMLOListElement.idl b/Source/core/html/HTMLOListElement.idl
index 1e5161556777b0583f98c7ec89cae4f7b2c60222..0168f6d9bee8607746240c8b1e390d39d80c9e3e 100644
--- a/Source/core/html/HTMLOListElement.idl
+++ b/Source/core/html/HTMLOListElement.idl
@@ -21,6 +21,6 @@ interface HTMLOListElement : HTMLElement {
[Reflect] attribute boolean compact;
attribute long start;
[Reflect] attribute boolean reversed;
- [Reflect] attribute DOMString type;
+ [Reflect, TreatNullAs=NullString] attribute DOMString type;
};

Powered by Google App Engine
This is Rietveld 408576698