Index: Source/core/html/HTMLMapElement.h |
diff --git a/Source/core/html/HTMLMapElement.h b/Source/core/html/HTMLMapElement.h |
index 369de11549129dc2086eb45a7bec65bc753253f5..cdd5c7654a8534086fc12f47248b5eecf271036e 100644 |
--- a/Source/core/html/HTMLMapElement.h |
+++ b/Source/core/html/HTMLMapElement.h |
@@ -33,7 +33,6 @@ class HTMLImageElement; |
class HTMLMapElement FINAL : public HTMLElement { |
public: |
static PassRefPtr<HTMLMapElement> create(Document&); |
- static PassRefPtr<HTMLMapElement> create(const QualifiedName&, Document&); |
virtual ~HTMLMapElement(); |
const AtomicString& getName() const { return m_name; } |
@@ -44,7 +43,7 @@ public: |
PassRefPtr<HTMLCollection> areas(); |
private: |
- HTMLMapElement(const QualifiedName&, Document&); |
+ explicit HTMLMapElement(Document&); |
virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; |