summaryrefslogtreecommitdiffstats
path: root/WebCore/html/HTMLTableCellElement.idl
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/HTMLTableCellElement.idl')
-rw-r--r--WebCore/html/HTMLTableCellElement.idl6
1 files changed, 1 insertions, 5 deletions
diff --git a/WebCore/html/HTMLTableCellElement.idl b/WebCore/html/HTMLTableCellElement.idl
index c0d22ca..a89149f 100644
--- a/WebCore/html/HTMLTableCellElement.idl
+++ b/WebCore/html/HTMLTableCellElement.idl
@@ -20,11 +20,7 @@
module html {
- interface [
- GenerateConstructor,
- InterfaceUUID=3ad21d30-ce64-4a6f-9296-c07a16170783,
- ImplementationUUID=36fe6075-c9c1-4f22-bbc2-dd440f21f7cf
- ] HTMLTableCellElement : HTMLElement {
+ interface HTMLTableCellElement : HTMLElement {
readonly attribute long cellIndex;
attribute [ConvertNullToNullString] DOMString abbr;