summaryrefslogtreecommitdiff
path: root/Source/WebCore/html/HTMLDialogElement.idl
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/html/HTMLDialogElement.idl')
-rw-r--r--Source/WebCore/html/HTMLDialogElement.idl1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/WebCore/html/HTMLDialogElement.idl b/Source/WebCore/html/HTMLDialogElement.idl
index 442f93fd8..3c70c0c53 100644
--- a/Source/WebCore/html/HTMLDialogElement.idl
+++ b/Source/WebCore/html/HTMLDialogElement.idl
@@ -31,6 +31,7 @@ module html {
attribute [Reflect] boolean open;
void close() raises(DOMException);
void show();
+ void showModal() raises(DOMException);
};
}