| Index: Source/core/html/HTMLAreaElement.h
|
| diff --git a/Source/core/html/HTMLAreaElement.h b/Source/core/html/HTMLAreaElement.h
|
| index 67c7a58094e1c2636f3c19efb3fcc41a96cf5195..35f34387d52465958469c4492ecd6b8e9d39a813 100644
|
| --- a/Source/core/html/HTMLAreaElement.h
|
| +++ b/Source/core/html/HTMLAreaElement.h
|
| @@ -34,7 +34,7 @@ class Path;
|
|
|
| class HTMLAreaElement FINAL : public HTMLAnchorElement {
|
| public:
|
| - static PassRefPtr<HTMLAreaElement> create(const QualifiedName&, Document&);
|
| + static PassRefPtr<HTMLAreaElement> create(Document&);
|
|
|
| bool isDefault() const { return m_shape == Default; }
|
|
|
| @@ -47,7 +47,7 @@ public:
|
| HTMLImageElement* imageElement() const;
|
|
|
| private:
|
| - HTMLAreaElement(const QualifiedName&, Document&);
|
| + explicit HTMLAreaElement(Document&);
|
|
|
| virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
|
| virtual bool supportsFocus() const;
|
|
|