| Index: Source/core/html/HTMLMapElement.h
|
| diff --git a/Source/core/html/HTMLMapElement.h b/Source/core/html/HTMLMapElement.h
|
| index d12d39d5938fcb20fd97689a30173f637834368a..36ca426bc0b6f0ed0a3514f51757dbf6336a7c14 100644
|
| --- a/Source/core/html/HTMLMapElement.h
|
| +++ b/Source/core/html/HTMLMapElement.h
|
| @@ -32,7 +32,7 @@ class HTMLImageElement;
|
|
|
| class HTMLMapElement FINAL : public HTMLElement {
|
| public:
|
| - static PassRefPtrWillBeRawPtr<HTMLMapElement> create(Document&);
|
| + DECLARE_NODE_FACTORY(HTMLMapElement);
|
| virtual ~HTMLMapElement();
|
|
|
| const AtomicString& getName() const { return m_name; }
|
|
|