| Index: third_party/WebCore/page/DOMWindow.idl
|
| diff --git a/third_party/WebCore/page/DOMWindow.idl b/third_party/WebCore/page/DOMWindow.idl
|
| index 15d57679fc6d995a82844ef24d14f36894768208..a53336a1dc5307a85778ac5bfa61e8a3307dbbe6 100644
|
| --- a/third_party/WebCore/page/DOMWindow.idl
|
| +++ b/third_party/WebCore/page/DOMWindow.idl
|
| @@ -369,6 +369,7 @@ module window {
|
| attribute DocumentConstructor Document;
|
| attribute NodeConstructor Node;
|
| attribute NodeListConstructor NodeList;
|
| + attribute [Conditional=MICRODATA] PropertyNodeListConstructor PropertyNodeList;
|
| attribute NamedNodeMapConstructor NamedNodeMap;
|
| attribute CharacterDataConstructor CharacterData;
|
| attribute AttrConstructor Attr;
|
| @@ -432,7 +433,7 @@ module window {
|
| attribute HTMLMarqueeElementConstructor HTMLMarqueeElement;
|
| attribute HTMLMenuElementConstructor HTMLMenuElement;
|
| attribute HTMLMetaElementConstructor HTMLMetaElement;
|
| -#if defined(ENABLE_METER_TAG) && ENABLE_METER_TAG
|
| +#if defined(ENABLE_METER_ELEMENT) && ENABLE_METER_ELEMENT
|
| attribute HTMLMeterElementConstructor HTMLMeterElement;
|
| #endif
|
| attribute HTMLModElementConstructor HTMLModElement;
|
| @@ -444,7 +445,7 @@ module window {
|
| attribute HTMLParagraphElementConstructor HTMLParagraphElement;
|
| attribute HTMLParamElementConstructor HTMLParamElement;
|
| attribute HTMLPreElementConstructor HTMLPreElement;
|
| -#if defined(ENABLE_PROGRESS_TAG) && ENABLE_PROGRESS_TAG
|
| +#if defined(ENABLE_PROGRESS_ELEMENT) && ENABLE_PROGRESS_ELEMENT
|
| attribute HTMLProgressElementConstructor HTMLProgressElement;
|
| #endif
|
| attribute HTMLQuoteElementConstructor HTMLQuoteElement;
|
| @@ -781,6 +782,9 @@ module window {
|
|
|
| attribute [Conditional=MUTATION_OBSERVERS] MutationObserverConstructor WebKitMutationObserver;
|
|
|
| + attribute [Conditional=MEDIA_SOURCE, V8EnabledAtRuntime=mediaSource] SourceBufferConstructor SourceBuffer;
|
| + attribute [Conditional=MEDIA_SOURCE, V8EnabledAtRuntime=mediaSource] SourceBufferListConstructor SourceBufferList;
|
| +
|
| #endif // defined(LANGUAGE_JAVASCRIPT)
|
|
|
| #if defined(V8_BINDING) && V8_BINDING
|
|
|