Index: Source/core/html/HTMLContentElement.h |
diff --git a/Source/core/html/HTMLContentElement.h b/Source/core/html/HTMLContentElement.h |
index 8bf924020a475a819ce9ea8065e1c0d985da1829..775813415d12c7e7a39cac09237c39cebdaef346 100644 |
--- a/Source/core/html/HTMLContentElement.h |
+++ b/Source/core/html/HTMLContentElement.h |
@@ -38,8 +38,7 @@ namespace WebCore { |
class HTMLContentElement FINAL : public InsertionPoint { |
public: |
- static PassRefPtrWillBeRawPtr<HTMLContentElement> create(Document&); |
- |
+ DECLARE_NODE_FACTORY(HTMLContentElement); |
virtual ~HTMLContentElement(); |
virtual bool canAffectSelector() const OVERRIDE { return true; } |