Index: Source/core/html/HTMLAreaElement.h |
diff --git a/Source/core/html/HTMLAreaElement.h b/Source/core/html/HTMLAreaElement.h |
index d9ffef4df14294e99a53767a516c86ddda1b287f..b68450ef951230bac6d65dda25490b53ef46fc5a 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 PassRefPtrWillBeRawPtr<HTMLAreaElement> create(Document&); |
+ DECLARE_NODE_FACTORY(HTMLAreaElement); |
bool isDefault() const { return m_shape == Default; } |