| Index: Source/core/html/HTMLBaseElement.h
|
| diff --git a/Source/core/html/HTMLBaseElement.h b/Source/core/html/HTMLBaseElement.h
|
| index 7a52c37f8f2ea3f66ee62d2223c4597193862153..39c8bfeadffa2151eda6f88771a778e9c25f50b2 100644
|
| --- a/Source/core/html/HTMLBaseElement.h
|
| +++ b/Source/core/html/HTMLBaseElement.h
|
| @@ -29,13 +29,13 @@ namespace WebCore {
|
|
|
| class HTMLBaseElement FINAL : public HTMLElement {
|
| public:
|
| - static PassRefPtr<HTMLBaseElement> create(const QualifiedName&, Document&);
|
| + static PassRefPtr<HTMLBaseElement> create(Document&);
|
|
|
| KURL href() const;
|
| void setHref(const AtomicString&);
|
|
|
| private:
|
| - HTMLBaseElement(const QualifiedName&, Document&);
|
| + explicit HTMLBaseElement(Document&);
|
|
|
| virtual String target() const;
|
| virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
|
|
|