| Index: Source/core/html/HTMLHtmlElement.h
|
| diff --git a/Source/core/html/HTMLHtmlElement.h b/Source/core/html/HTMLHtmlElement.h
|
| index 196cd55e2f973d5482232b90043702e380b1d0cc..4976aac0c8c4a2ae9bb671d140d52022ba4b1f19 100644
|
| --- a/Source/core/html/HTMLHtmlElement.h
|
| +++ b/Source/core/html/HTMLHtmlElement.h
|
| @@ -31,12 +31,11 @@ namespace WebCore {
|
| class HTMLHtmlElement FINAL : public HTMLElement {
|
| public:
|
| static PassRefPtr<HTMLHtmlElement> create(Document&);
|
| - static PassRefPtr<HTMLHtmlElement> create(const QualifiedName&, Document&);
|
|
|
| void insertedByParser();
|
|
|
| private:
|
| - HTMLHtmlElement(const QualifiedName&, Document&);
|
| + explicit HTMLHtmlElement(Document&);
|
|
|
| virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
|
| };
|
|
|