| Index: Source/core/html/HTMLDivElement.h
|
| diff --git a/Source/core/html/HTMLDivElement.h b/Source/core/html/HTMLDivElement.h
|
| index e326c6e18b1749ba12aebb08ec1d724448209139..12e230088b2cd17703f9cb15ff01075462b81616 100644
|
| --- a/Source/core/html/HTMLDivElement.h
|
| +++ b/Source/core/html/HTMLDivElement.h
|
| @@ -30,10 +30,9 @@ namespace WebCore {
|
| class HTMLDivElement : public HTMLElement {
|
| public:
|
| static PassRefPtr<HTMLDivElement> create(Document&);
|
| - static PassRefPtr<HTMLDivElement> create(const QualifiedName&, Document&);
|
|
|
| protected:
|
| - HTMLDivElement(const QualifiedName&, Document&);
|
| + explicit HTMLDivElement(Document&);
|
|
|
| private:
|
| virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
|
|
|