| Index: Source/core/html/HTMLMetaElement.h
|
| diff --git a/Source/core/html/HTMLMetaElement.h b/Source/core/html/HTMLMetaElement.h
|
| index e87b20d604e5e9ed501baed7eb6e86ba8a6757a5..7431e8ceb47f41b8893bf4cb58b7cd0314d3a762 100644
|
| --- a/Source/core/html/HTMLMetaElement.h
|
| +++ b/Source/core/html/HTMLMetaElement.h
|
| @@ -37,7 +37,7 @@ enum ViewportErrorCode {
|
|
|
| class HTMLMetaElement FINAL : public HTMLElement {
|
| public:
|
| - static PassRefPtrWillBeRawPtr<HTMLMetaElement> create(Document&);
|
| + DECLARE_NODE_FACTORY(HTMLMetaElement);
|
|
|
| const AtomicString& content() const;
|
| const AtomicString& httpEquiv() const;
|
|
|