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