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

Unified Diff: core/html/HTMLTableCellElement.idl

Issue 126143003: Update IDL to Chrome 32 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Add new files Created 6 years, 11 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 3b949f3904dc8e607448446489e2b209ac3dc79b..a52f05c18dd7d2ee336e5cbc7e0eec7ff70eeb59 100644
--- a/core/html/HTMLTableCellElement.idl
+++ b/core/html/HTMLTableCellElement.idl
@@ -20,19 +20,19 @@
interface HTMLTableCellElement : HTMLElement {
readonly attribute long cellIndex;
- [Reflect] attribute DOMString abbr;
- [Reflect] attribute DOMString align;
- [Reflect] attribute DOMString axis;
- [Reflect] attribute DOMString bgColor;
- [Reflect=char] attribute DOMString ch;
- [Reflect=charoff] attribute DOMString chOff;
+ [Reflect, TreatNullAs=NullString] attribute DOMString abbr;
+ [Reflect, TreatNullAs=NullString] attribute DOMString align;
+ [Reflect, TreatNullAs=NullString] attribute DOMString axis;
+ [Reflect, TreatNullAs=NullString] attribute DOMString bgColor;
+ [Reflect=char, TreatNullAs=NullString] attribute DOMString ch;
+ [Reflect=charoff, TreatNullAs=NullString] attribute DOMString chOff;
attribute long colSpan;
- [Reflect] attribute DOMString headers;
- [Reflect] attribute DOMString height;
+ [Reflect, TreatNullAs=NullString] attribute DOMString headers;
+ [Reflect, TreatNullAs=NullString] attribute DOMString height;
[Reflect] attribute boolean noWrap;
attribute long rowSpan;
- [Reflect] attribute DOMString scope;
- [Reflect] attribute DOMString vAlign;
- [Reflect] attribute DOMString width;
+ [Reflect, TreatNullAs=NullString] attribute DOMString scope;
+ [Reflect, TreatNullAs=NullString] attribute DOMString vAlign;
+ [Reflect, TreatNullAs=NullString] 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