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