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

Unified Diff: Source/core/html/HTMLBRElement.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/HTMLBRElement.idl
diff --git a/Source/core/html/HTMLBRElement.idl b/Source/core/html/HTMLBRElement.idl
index c909dc1c86699dfc358920bc6a5e30390085354d..7c31dfbe0f0be8dca2c9348051b757601caca2d3 100644
--- a/Source/core/html/HTMLBRElement.idl
+++ b/Source/core/html/HTMLBRElement.idl
@@ -18,6 +18,6 @@
*/
interface HTMLBRElement : HTMLElement {
- [Reflect] attribute DOMString clear;
+ [Reflect, TreatNullAs=NullString] attribute DOMString clear;
};

Powered by Google App Engine
This is Rietveld 408576698