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

Unified Diff: Source/core/html/HTMLOListElement.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/HTMLLIElement.idl ('k') | Source/core/html/HTMLParagraphElement.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLOListElement.idl
diff --git a/Source/core/html/HTMLOListElement.idl b/Source/core/html/HTMLOListElement.idl
index 0168f6d9bee8607746240c8b1e390d39d80c9e3e..01cbabdaff28b756dc11a411c211834f2199cd04 100644
--- a/Source/core/html/HTMLOListElement.idl
+++ b/Source/core/html/HTMLOListElement.idl
@@ -21,6 +21,5 @@ interface HTMLOListElement : HTMLElement {
[Reflect] attribute boolean compact;
attribute long start;
[Reflect] attribute boolean reversed;
- [Reflect, TreatNullAs=NullString] attribute DOMString type;
+ [Reflect] attribute DOMString type;
};
-
« no previous file with comments | « Source/core/html/HTMLLIElement.idl ('k') | Source/core/html/HTMLParagraphElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698