summaryrefslogtreecommitdiff
path: root/Source/WebCore/html/HTMLDialogElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/html/HTMLDialogElement.h')
-rw-r--r--Source/WebCore/html/HTMLDialogElement.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/WebCore/html/HTMLDialogElement.h b/Source/WebCore/html/HTMLDialogElement.h
index 7a7b0119f..e01045bce 100644
--- a/Source/WebCore/html/HTMLDialogElement.h
+++ b/Source/WebCore/html/HTMLDialogElement.h
@@ -41,6 +41,7 @@ public:
void close(ExceptionCode&);
void show();
+ void showModal(ExceptionCode&);
private:
HTMLDialogElement(const QualifiedName&, Document*);