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

Unified Diff: core/html/HTMLTableCellElement.idl

Issue 155973006: Roll IDL to 1750 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 6 years, 10 months 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 | « core/html/HTMLTableCaptionElement.idl ('k') | core/html/HTMLTableColElement.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/html/HTMLTableCellElement.idl
diff --git a/core/html/HTMLTableCellElement.idl b/core/html/HTMLTableCellElement.idl
index a52f05c18dd7d2ee336e5cbc7e0eec7ff70eeb59..8f823e4ac7f64658e7a6aea7e4fbe284528021b8 100644
--- a/core/html/HTMLTableCellElement.idl
+++ b/core/html/HTMLTableCellElement.idl
@@ -20,19 +20,18 @@
interface HTMLTableCellElement : HTMLElement {
readonly attribute long cellIndex;
- [Reflect, TreatNullAs=NullString] attribute DOMString abbr;
- [Reflect, TreatNullAs=NullString] attribute DOMString align;
- [Reflect, TreatNullAs=NullString] attribute DOMString axis;
+ [Reflect] attribute DOMString abbr;
+ [Reflect] attribute DOMString align;
+ [Reflect] attribute DOMString axis;
[Reflect, TreatNullAs=NullString] attribute DOMString bgColor;
- [Reflect=char, TreatNullAs=NullString] attribute DOMString ch;
- [Reflect=charoff, TreatNullAs=NullString] attribute DOMString chOff;
+ [Reflect=char] attribute DOMString ch;
+ [Reflect=charoff] attribute DOMString chOff;
attribute long colSpan;
[Reflect, TreatNullAs=NullString] attribute DOMString headers;
- [Reflect, TreatNullAs=NullString] attribute DOMString height;
+ [Reflect] attribute DOMString height;
[Reflect] attribute boolean noWrap;
attribute long rowSpan;
- [Reflect, TreatNullAs=NullString] attribute DOMString scope;
- [Reflect, TreatNullAs=NullString] attribute DOMString vAlign;
- [Reflect, TreatNullAs=NullString] attribute DOMString width;
+ [Reflect] attribute DOMString scope;
+ [Reflect] attribute DOMString vAlign;
+ [Reflect] attribute DOMString width;
};
-
« no previous file with comments | « core/html/HTMLTableCaptionElement.idl ('k') | core/html/HTMLTableColElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698