| Index: Source/core/html/HTMLHtmlElement.h
|
| diff --git a/Source/core/html/HTMLHtmlElement.h b/Source/core/html/HTMLHtmlElement.h
|
| index 02c264c205df068e3ff91b1000f654f710622700..77f43061f742f587a5dd34e28fcc6960608f9f47 100644
|
| --- a/Source/core/html/HTMLHtmlElement.h
|
| +++ b/Source/core/html/HTMLHtmlElement.h
|
| @@ -30,7 +30,7 @@ namespace WebCore {
|
|
|
| class HTMLHtmlElement FINAL : public HTMLElement {
|
| public:
|
| - static PassRefPtrWillBeRawPtr<HTMLHtmlElement> create(Document&);
|
| + DECLARE_NODE_FACTORY(HTMLHtmlElement);
|
|
|
| void insertedByParser();
|
|
|
|
|