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