Index: Source/core/page/DOMWindow.idl |
diff --git a/Source/core/page/DOMWindow.idl b/Source/core/page/DOMWindow.idl |
index d888bf5adeb2048d28ab3d401f8234c3a8ef4927..f183acadc814de067d04aef244f78e3a682b7a0b 100644 |
--- a/Source/core/page/DOMWindow.idl |
+++ b/Source/core/page/DOMWindow.idl |
@@ -389,6 +389,7 @@ |
attribute HTMLHtmlElementConstructor HTMLHtmlElement; |
attribute HTMLIFrameElementConstructor HTMLIFrameElement; |
attribute HTMLImageElementConstructor HTMLImageElement; |
+ [Conditional=PICTURE] attribute HTMLPictureElementConstructor HTMLPictureElement; |
attribute HTMLInputElementConstructor HTMLInputElement; |
attribute HTMLKeygenElementConstructor HTMLKeygenElement; |
attribute HTMLLIElementConstructor HTMLLIElement; |