| Index: Source/core/html/HTMLHRElement.h
|
| diff --git a/Source/core/html/HTMLHRElement.h b/Source/core/html/HTMLHRElement.h
|
| index 4c4c10fbb7f8fa8a2a0e4385e0ac8ea50233535d..79b2fc410b7d48fe27166a403a0d106b86f38f24 100644
|
| --- a/Source/core/html/HTMLHRElement.h
|
| +++ b/Source/core/html/HTMLHRElement.h
|
| @@ -29,7 +29,7 @@ namespace WebCore {
|
|
|
| class HTMLHRElement FINAL : public HTMLElement {
|
| public:
|
| - static PassRefPtrWillBeRawPtr<HTMLHRElement> create(Document&);
|
| + DECLARE_NODE_FACTORY(HTMLHRElement);
|
|
|
| virtual bool canContainRangeEndPoint() const OVERRIDE { return hasChildren(); }
|
|
|
|
|