| Index: Source/core/page/DOMWindow.idl
|
| diff --git a/Source/core/page/DOMWindow.idl b/Source/core/page/DOMWindow.idl
|
| index 6348fc55c949581236438fa1246067a9d81c12ef..14d588c0362640e27bda93213ce8b150436525f6 100644
|
| --- a/Source/core/page/DOMWindow.idl
|
| +++ b/Source/core/page/DOMWindow.idl
|
| @@ -374,7 +374,7 @@
|
| attribute HTMLCanvasElementConstructor HTMLCanvasElement;
|
| attribute HTMLDListElementConstructor HTMLDListElement;
|
| [Conditional=DATALIST_ELEMENT] attribute HTMLDataListElementConstructor HTMLDataListElement;
|
| - [Conditional=DIALOG_ELEMENT, EnabledPerContext=dialogElement] attribute HTMLDialogElementConstructor HTMLDialogElement;
|
| + [EnabledPerContext=dialogElement] attribute HTMLDialogElementConstructor HTMLDialogElement;
|
| attribute HTMLDirectoryElementConstructor HTMLDirectoryElement;
|
| attribute HTMLDivElementConstructor HTMLDivElement;
|
| attribute HTMLEmbedElementConstructor HTMLEmbedElement;
|
|
|