Index: Source/core/dom/Element.idl |
diff --git a/Source/core/dom/Element.idl b/Source/core/dom/Element.idl |
index 5407a788883bcce119b490092faba53ae96dfc3d..67c7221d01886f7dc0642da82d58e3727656c1cb 100644 |
--- a/Source/core/dom/Element.idl |
+++ b/Source/core/dom/Element.idl |
@@ -107,6 +107,7 @@ |
// Shadow DOM API |
[RaisesException, MeasureAs=ElementCreateShadowRoot] ShadowRoot createShadowRoot(); |
+ [RaisesException, OnlyExposedToPrivateScript] createUserAgentShadowRoot(); |
hajimehoshi
2014/08/11 09:32:51
TODO: This change and the changes around HTMLVideo
|
[PerWorldBindings] readonly attribute ShadowRoot shadowRoot; |
NodeList getDestinationInsertionPoints(); |