| Index: core/html/HTMLTableCellElement.idl
|
| diff --git a/core/html/HTMLTableCellElement.idl b/core/html/HTMLTableCellElement.idl
|
| index 7a9a8d8e8c0f325729569e267b45f6befa9efc1b..933fedbd60dce482d17e59acb34ae733564028d8 100644
|
| --- a/core/html/HTMLTableCellElement.idl
|
| +++ b/core/html/HTMLTableCellElement.idl
|
| @@ -24,7 +24,7 @@ interface HTMLTableCellElement : HTMLElement {
|
| attribute unsigned long colSpan;
|
| attribute unsigned long rowSpan;
|
| // TODO(philipj): headers should be a [PutForwards=value] readonly attribute
|
| - // DOMSettableTokenList.
|
| + // DOMTokenList.
|
| [Reflect, TreatNullAs=NullString] attribute DOMString headers;
|
| readonly attribute long cellIndex;
|
|
|
|
|