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

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

Issue 101493002: Remove TreatNullAs=NullString for HTMLTable*Element (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
Index: Source/core/html/HTMLTableCaptionElement.idl
diff --git a/Source/core/html/HTMLTableCaptionElement.idl b/Source/core/html/HTMLTableCaptionElement.idl
index b7b55d71ac87f1b7a8338ec26f07a460ba499edd..cd2025932dec9509fddf567a3c3e9c2fd3ecacea 100644
--- a/Source/core/html/HTMLTableCaptionElement.idl
+++ b/Source/core/html/HTMLTableCaptionElement.idl
@@ -19,6 +19,5 @@
*/
interface HTMLTableCaptionElement : HTMLElement {
- [Reflect, TreatNullAs=NullString] attribute DOMString align;
+ [Reflect] attribute DOMString align;
};
-
« no previous file with comments | « LayoutTests/fast/dom/element-attribute-js-null-expected.txt ('k') | Source/core/html/HTMLTableCellElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698