| Index: Source/core/html/HTMLTableElement.h
|
| diff --git a/Source/core/html/HTMLTableElement.h b/Source/core/html/HTMLTableElement.h
|
| index 73fee6b42a9366b6bcd31bc727f9fcfbff526897..aef92d0d3935dbb370a5b638048481d393b7ae4f 100644
|
| --- a/Source/core/html/HTMLTableElement.h
|
| +++ b/Source/core/html/HTMLTableElement.h
|
| @@ -35,6 +35,8 @@ class HTMLTableCaptionElement;
|
| class HTMLTableRowsCollection;
|
| class HTMLTableSectionElement;
|
|
|
| +typedef int ExceptionCode;
|
| +
|
| class HTMLTableElement FINAL : public HTMLElement {
|
| public:
|
| static PassRefPtr<HTMLTableElement> create(Document*);
|
|
|