| Index: Source/core/html/HTMLWBRElement.h
|
| diff --git a/Source/core/html/HTMLWBRElement.h b/Source/core/html/HTMLWBRElement.h
|
| index 7d95355b3ee724ce1514fe275448852b637237e3..0f187e2e309fa1ced66511fbda1e54783f297568 100644
|
| --- a/Source/core/html/HTMLWBRElement.h
|
| +++ b/Source/core/html/HTMLWBRElement.h
|
| @@ -39,7 +39,7 @@ namespace WebCore {
|
| // so HTMLElement's createRenderer doesn't need to know about it.
|
| class HTMLWBRElement FINAL : public HTMLElement {
|
| public:
|
| - static PassRefPtrWillBeRawPtr<HTMLWBRElement> create(Document&);
|
| + DECLARE_NODE_FACTORY(HTMLWBRElement);
|
|
|
| private:
|
| explicit HTMLWBRElement(Document&);
|
|
|