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