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

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

Issue 98723003: Remove TreatNullAs=NullString for HTMLHRElement (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years 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 | « LayoutTests/fast/dom/element-attribute-js-null-expected.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLHRElement.idl
diff --git a/Source/core/html/HTMLHRElement.idl b/Source/core/html/HTMLHRElement.idl
index 302f7e9bb5ba6472f1bacb8807bb1670290deb6c..95950eb235740f63da9e762904d2b7364fc352f3 100644
--- a/Source/core/html/HTMLHRElement.idl
+++ b/Source/core/html/HTMLHRElement.idl
@@ -18,9 +18,9 @@
*/
interface HTMLHRElement : HTMLElement {
- [Reflect, TreatNullAs=NullString] attribute DOMString align;
+ [Reflect] attribute DOMString align;
+ [Reflect] attribute DOMString color;
[Reflect] attribute boolean noShade;
- [Reflect, TreatNullAs=NullString] attribute DOMString size;
- [Reflect, TreatNullAs=NullString] attribute DOMString width;
+ [Reflect] attribute DOMString size;
+ [Reflect] attribute DOMString width;
};
-
« no previous file with comments | « LayoutTests/fast/dom/element-attribute-js-null-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698