| Index: Source/core/html/HTMLMenuElement.h
|
| diff --git a/Source/core/html/HTMLMenuElement.h b/Source/core/html/HTMLMenuElement.h
|
| index 07350e282252796156e4210a88b80d0c22e20cd1..4df4c6d101c958c73ef67b628344d6158ab3c0e9 100644
|
| --- a/Source/core/html/HTMLMenuElement.h
|
| +++ b/Source/core/html/HTMLMenuElement.h
|
| @@ -29,7 +29,7 @@ namespace WebCore {
|
|
|
| class HTMLMenuElement FINAL : public HTMLElement {
|
| public:
|
| - static PassRefPtrWillBeRawPtr<HTMLMenuElement> create(Document&);
|
| + DECLARE_NODE_FACTORY(HTMLMenuElement);
|
|
|
| private:
|
| explicit HTMLMenuElement(Document&);
|
|
|