| Index: third_party/WebCore/page/DOMWindow.idl
|
| diff --git a/third_party/WebCore/page/DOMWindow.idl b/third_party/WebCore/page/DOMWindow.idl
|
| index b206543b15586724d9fb81e0ea19360b70394606..986cbd882bc8ce601f6a9d7d6fdde0f191f5f84d 100644
|
| --- a/third_party/WebCore/page/DOMWindow.idl
|
| +++ b/third_party/WebCore/page/DOMWindow.idl
|
| @@ -407,6 +407,7 @@ module window {
|
| attribute HTMLCanvasElementConstructor HTMLCanvasElement;
|
| attribute HTMLDListElementConstructor HTMLDListElement;
|
| attribute [Conditional=DATALIST] HTMLDataListElementConstructor HTMLDataListElement;
|
| + attribute [Conditional=DIALOG_ELEMENT, V8EnabledPerContext=dialogElement] HTMLDialogElementConstructor HTMLDialogElement;
|
| attribute HTMLDirectoryElementConstructor HTMLDirectoryElement;
|
| attribute HTMLDivElementConstructor HTMLDivElement;
|
| attribute HTMLEmbedElementConstructor HTMLEmbedElement;
|
| @@ -778,7 +779,7 @@ module window {
|
|
|
| attribute [Conditional=BLOB] DOMURLConstructor webkitURL;
|
|
|
| - attribute [Conditional=MUTATION_OBSERVERS] WebKitMutationObserverConstructor WebKitMutationObserver;
|
| + attribute [Conditional=MUTATION_OBSERVERS] MutationObserverConstructor WebKitMutationObserver;
|
|
|
| #endif // defined(LANGUAGE_JAVASCRIPT)
|
|
|
|
|