| Index: third_party/WebCore/html/HTMLDialogElement.idl
|
| diff --git a/third_party/WebCore/html/HTMLDialogElement.idl b/third_party/WebCore/html/HTMLDialogElement.idl
|
| index 442f93fd810a0d57bee4c39224bc0d3d0b029ec7..3c70c0c536fc6bb76087a8b332a276c02df21b35 100644
|
| --- a/third_party/WebCore/html/HTMLDialogElement.idl
|
| +++ b/third_party/WebCore/html/HTMLDialogElement.idl
|
| @@ -31,6 +31,7 @@ module html {
|
| attribute [Reflect] boolean open;
|
| void close() raises(DOMException);
|
| void show();
|
| + void showModal() raises(DOMException);
|
| };
|
|
|
| }
|
|
|