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

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

Issue 62083003: Remove TreatNullAs=NullString for miscellaneous HTML elements (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: don't fail 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 | « Source/core/html/HTMLDivElement.idl ('k') | Source/core/html/HTMLOListElement.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLLIElement.idl
diff --git a/Source/core/html/HTMLLIElement.idl b/Source/core/html/HTMLLIElement.idl
index 9d03749f33a5d64beaf6ba69342e5939dc1814cf..43b242f4ed0e765e80ec20460e59a6ba901dcaa0 100644
--- a/Source/core/html/HTMLLIElement.idl
+++ b/Source/core/html/HTMLLIElement.idl
@@ -18,7 +18,6 @@
*/
interface HTMLLIElement : HTMLElement {
- [Reflect, TreatNullAs=NullString] attribute DOMString type;
+ [Reflect] attribute DOMString type;
[Reflect] attribute long value;
};
-
« no previous file with comments | « Source/core/html/HTMLDivElement.idl ('k') | Source/core/html/HTMLOListElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698