Chromium Code Reviews| Index: core/html/HTMLDialogElement.idl |
| diff --git a/core/html/HTMLDialogElement.idl b/core/html/HTMLDialogElement.idl |
| index 41732ab70aa9b38be73a197b19691e9e23450886..6c2d0c8c0fe14482324076bc98d31a4e18871f6f 100644 |
| --- a/core/html/HTMLDialogElement.idl |
| +++ b/core/html/HTMLDialogElement.idl |
| @@ -24,7 +24,7 @@ |
| */ |
| [ |
| - EnabledAtRuntime=DialogElement |
| + RuntimeEnabled=DialogElement |
| ] interface HTMLDialogElement : HTMLElement { |
| [Reflect] attribute boolean open; |
| attribute DOMString returnValue; |