diff options
Diffstat (limited to 'WebCore/html/HTMLTableCellElement.idl')
-rw-r--r-- | WebCore/html/HTMLTableCellElement.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/html/HTMLTableCellElement.idl b/WebCore/html/HTMLTableCellElement.idl index 037581f..ae286f4 100644 --- a/WebCore/html/HTMLTableCellElement.idl +++ b/WebCore/html/HTMLTableCellElement.idl @@ -31,7 +31,7 @@ module html { attribute long colSpan; attribute [Reflect] DOMString headers; attribute [Reflect] DOMString height; - attribute boolean noWrap; + attribute [Reflect] boolean noWrap; attribute long rowSpan; attribute [Reflect] DOMString scope; attribute [Reflect] DOMString vAlign; |