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

Unified Diff: Source/core/html/HTMLUListElement.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/HTMLQuoteElement.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLUListElement.idl
diff --git a/Source/core/html/HTMLUListElement.idl b/Source/core/html/HTMLUListElement.idl
index 1dc6b6dc7dd1d39dba2dc2a734dd97581d204317..d7d123ae48296db78ebaa55126c4ff8677de9fd4 100644
--- a/Source/core/html/HTMLUListElement.idl
+++ b/Source/core/html/HTMLUListElement.idl
@@ -19,6 +19,5 @@
interface HTMLUListElement : HTMLElement {
[Reflect] attribute boolean compact;
- [Reflect, TreatNullAs=NullString] attribute DOMString type;
+ [Reflect] attribute DOMString type;
};
-
« no previous file with comments | « Source/core/html/HTMLQuoteElement.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698