| Index: Source/core/html/HTMLBodyElement.h
|
| diff --git a/Source/core/html/HTMLBodyElement.h b/Source/core/html/HTMLBodyElement.h
|
| index 14da8fb65a75eab08e425f56ffbfd065e698cbb9..d7a5c45da0a7201a5db7bac1c43de226bf47a3a2 100644
|
| --- a/Source/core/html/HTMLBodyElement.h
|
| +++ b/Source/core/html/HTMLBodyElement.h
|
| @@ -33,7 +33,6 @@ class Document;
|
| class HTMLBodyElement FINAL : public HTMLElement {
|
| public:
|
| static PassRefPtr<HTMLBodyElement> create(Document&);
|
| - static PassRefPtr<HTMLBodyElement> create(const QualifiedName&, Document&);
|
| virtual ~HTMLBodyElement();
|
|
|
| DEFINE_WINDOW_ATTRIBUTE_EVENT_LISTENER(blur);
|
| @@ -47,7 +46,7 @@ public:
|
| #endif
|
|
|
| private:
|
| - HTMLBodyElement(const QualifiedName&, Document&);
|
| + explicit HTMLBodyElement(Document&);
|
|
|
| virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
|
| virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
|
|
|