| Index: core/html/HTMLTableRowElement.idl
|
| diff --git a/core/html/HTMLTableRowElement.idl b/core/html/HTMLTableRowElement.idl
|
| index 1b2d27d7a788c929956f373ede2b416665796921..aa7b9cae5bd27e750e54a3e5629ffebc0fe3a397 100644
|
| --- a/core/html/HTMLTableRowElement.idl
|
| +++ b/core/html/HTMLTableRowElement.idl
|
| @@ -22,12 +22,11 @@ interface HTMLTableRowElement : HTMLElement {
|
| readonly attribute long rowIndex;
|
| readonly attribute long sectionRowIndex;
|
| readonly attribute HTMLCollection cells;
|
| - [Reflect, TreatNullAs=NullString] attribute DOMString align;
|
| + [Reflect] attribute DOMString align;
|
| [Reflect, TreatNullAs=NullString] attribute DOMString bgColor;
|
| - [Reflect=char, TreatNullAs=NullString] attribute DOMString ch;
|
| - [Reflect=charoff, TreatNullAs=NullString] attribute DOMString chOff;
|
| - [Reflect, TreatNullAs=NullString] attribute DOMString vAlign;
|
| + [Reflect=char] attribute DOMString ch;
|
| + [Reflect=charoff] attribute DOMString chOff;
|
| + [Reflect] attribute DOMString vAlign;
|
| [RaisesException] HTMLElement insertCell([Default=Undefined] optional long index);
|
| [RaisesException] void deleteCell([Default=Undefined] optional long index);
|
| };
|
| -
|
|
|