Backed out changeset 022beda1707c (bug 1158366) for wError build bustage

This commit is contained in:
Wes Kocher
2015-04-24 16:52:52 -07:00
parent 88fff6ec91
commit 913a0a8703
24 changed files with 258 additions and 29 deletions

View File

@@ -7,6 +7,7 @@
#include "mozilla/Attributes.h"
#include "nsGenericHTMLElement.h"
#include "nsIDOMHTMLTableElement.h"
#include "mozilla/dom/HTMLTableCaptionElement.h"
#include "mozilla/dom/HTMLTableSectionElement.h"
@@ -17,7 +18,8 @@ namespace dom {
class TableRowsCollection;
class HTMLTableElement final : public nsGenericHTMLElement
class HTMLTableElement final : public nsGenericHTMLElement,
public nsIDOMHTMLTableElement
{
public:
explicit HTMLTableElement(already_AddRefed<mozilla::dom::NodeInfo>& aNodeInfo);