Chromium Code Reviews| Index: core/html/HTMLDialogElement.idl |
| diff --git a/core/html/HTMLDialogElement.idl b/core/html/HTMLDialogElement.idl |
| index 2cf7e38a74716f7ab340dcbd40ca92aefa0ec4d2..d95f10fbad15ae84caf374f81d5c594e0b6ec6f5 100644 |
| --- a/core/html/HTMLDialogElement.idl |
| +++ b/core/html/HTMLDialogElement.idl |
| @@ -24,7 +24,7 @@ |
| */ |
| [ |
| - EnabledPerContext=dialogElement |
| + EnabledAtRuntime=dialogElement |
| ] interface HTMLDialogElement : HTMLElement { |
| [Reflect] attribute boolean open; |
| attribute DOMString returnValue; |