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