| Index: Source/core/html/HTMLDialogElement.h
|
| diff --git a/Source/core/html/HTMLDialogElement.h b/Source/core/html/HTMLDialogElement.h
|
| index 80ee642aa855ff03147a5c18c50f9ce5d119b377..2f003c9dc95b67a984bad9779e611aca5c91726c 100644
|
| --- a/Source/core/html/HTMLDialogElement.h
|
| +++ b/Source/core/html/HTMLDialogElement.h
|
| @@ -36,7 +36,7 @@ class QualifiedName;
|
|
|
| class HTMLDialogElement FINAL : public HTMLElement {
|
| public:
|
| - static PassRefPtrWillBeRawPtr<HTMLDialogElement> create(Document&);
|
| + DECLARE_NODE_FACTORY(HTMLDialogElement);
|
|
|
| void close(const String& returnValue, ExceptionState&);
|
| void closeDialog(const String& returnValue = String());
|
|
|