Index: Source/core/html/HTMLBRElement.h |
diff --git a/Source/core/html/HTMLBRElement.h b/Source/core/html/HTMLBRElement.h |
index 391a9c6d597e5a698b0f3e0bc3e1f1748786ff25..01af5657750972188cc64c6f2f8e10fb79dc39d5 100644 |
--- a/Source/core/html/HTMLBRElement.h |
+++ b/Source/core/html/HTMLBRElement.h |
@@ -30,7 +30,7 @@ namespace WebCore { |
class HTMLBRElement FINAL : public HTMLElement { |
public: |
- static PassRefPtrWillBeRawPtr<HTMLBRElement> create(Document&); |
+ DECLARE_NODE_FACTORY(HTMLBRElement); |
virtual bool canContainRangeEndPoint() const OVERRIDE { return false; } |