| Index: Source/core/html/HTMLTableElement.h
|
| diff --git a/Source/core/html/HTMLTableElement.h b/Source/core/html/HTMLTableElement.h
|
| index c1b49185dd1f03428bb03b49d8c7d8a45d63a07e..e2c08970aaaa67d6828461707e2184b8e8c8b1b2 100644
|
| --- a/Source/core/html/HTMLTableElement.h
|
| +++ b/Source/core/html/HTMLTableElement.h
|
| @@ -39,7 +39,6 @@ class HTMLTableSectionElement;
|
| class HTMLTableElement FINAL : public HTMLElement {
|
| public:
|
| static PassRefPtr<HTMLTableElement> create(Document&);
|
| - static PassRefPtr<HTMLTableElement> create(const QualifiedName&, Document&);
|
|
|
| HTMLTableCaptionElement* caption() const;
|
| void setCaption(PassRefPtr<HTMLTableCaptionElement>, ExceptionState&);
|
| @@ -70,7 +69,7 @@ public:
|
| const StylePropertySet* additionalGroupStyle(bool rows);
|
|
|
| private:
|
| - HTMLTableElement(const QualifiedName&, Document&);
|
| + explicit HTMLTableElement(Document&);
|
|
|
| virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
|
| virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
|
|
|