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

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

Issue 61643028: Remove TreatNullAs=NullString for HTMLFontElement (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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/HTMLFontElement.idl
diff --git a/Source/core/html/HTMLFontElement.idl b/Source/core/html/HTMLFontElement.idl
index cdfd42917883331dc7caeae2be0eb9c16811f159..c0c56d4814a529416fe758f934b218f2b4010c8b 100644
--- a/Source/core/html/HTMLFontElement.idl
+++ b/Source/core/html/HTMLFontElement.idl
@@ -19,7 +19,6 @@
interface HTMLFontElement : HTMLElement {
[Reflect, TreatNullAs=NullString] attribute DOMString color;
- [Reflect, TreatNullAs=NullString] attribute DOMString face;
- [Reflect, TreatNullAs=NullString] attribute DOMString size;
+ [Reflect] attribute DOMString face;
+ [Reflect] attribute DOMString size;
};
-
« 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