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