Index: Source/core/html/HTMLTemplateElement.h |
diff --git a/Source/core/html/HTMLTemplateElement.h b/Source/core/html/HTMLTemplateElement.h |
index 0c6e9ce54e1f4c7ae1bcd7e6b6f12804b13a50ce..78467973f942275a65f7857bf527533ca3b6f846 100644 |
--- a/Source/core/html/HTMLTemplateElement.h |
+++ b/Source/core/html/HTMLTemplateElement.h |
@@ -40,7 +40,7 @@ class TemplateContentDocumentFragment; |
class HTMLTemplateElement FINAL : public HTMLElement { |
public: |
- static PassRefPtrWillBeRawPtr<HTMLTemplateElement> create(Document&); |
+ DECLARE_NODE_FACTORY(HTMLTemplateElement); |
virtual ~HTMLTemplateElement(); |
virtual void trace(Visitor*) OVERRIDE; |