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