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