| Index: third_party/WebCore/html/HTMLDialogElement.idl
|
| diff --git a/third_party/WebCore/html/HTMLDialogElement.idl b/third_party/WebCore/html/HTMLDialogElement.idl
|
| index e5d6479ba29978ace4dff37f1bb752ee26b512c1..442f93fd810a0d57bee4c39224bc0d3d0b029ec7 100644
|
| --- a/third_party/WebCore/html/HTMLDialogElement.idl
|
| +++ b/third_party/WebCore/html/HTMLDialogElement.idl
|
| @@ -29,7 +29,7 @@ module html {
|
| Conditional=DIALOG_ELEMENT
|
| ] HTMLDialogElement : HTMLElement {
|
| attribute [Reflect] boolean open;
|
| - void close();
|
| + void close() raises(DOMException);
|
| void show();
|
| };
|
|
|
|
|