Index: Source/WebCore/page/DOMWindow.idl |
=================================================================== |
--- Source/WebCore/page/DOMWindow.idl (revision 138923) |
+++ Source/WebCore/page/DOMWindow.idl (working copy) |
@@ -401,6 +401,7 @@ |
attribute EntityConstructor Entity; |
attribute EntityReferenceConstructor EntityReference; |
attribute ProcessingInstructionConstructor ProcessingInstruction; |
+ [Conditional=SHADOW_DOM, V8EnabledAtRuntime=shadowDOM] attribute ShadowRootConstructor WebKitShadowRoot; |
[Conditional=SHADOW_DOM, V8EnabledAtRuntime=shadowDOM] attribute HTMLContentElementConstructor HTMLContentElement; |
[Conditional=SHADOW_DOM, V8EnabledAtRuntime=shadowDOM] attribute HTMLShadowElementConstructor HTMLShadowElement; |