Index: Source/core/dom/Element.idl |
diff --git a/Source/core/dom/Element.idl b/Source/core/dom/Element.idl |
index 6f405f3e420c93922c8dc46fab32ded74b769d9f..fd4e139dccdecb5b6ff127ccc8b4c1f08375648d 100644 |
--- a/Source/core/dom/Element.idl |
+++ b/Source/core/dom/Element.idl |
@@ -128,6 +128,8 @@ interface Element : Node { |
[RuntimeEnabled=Touch] attribute EventHandler ontouchmove; |
[RuntimeEnabled=Touch] attribute EventHandler ontouchstart; |
attribute EventHandler onwheel; |
+ |
+ [RaisesException, OnlyExposedToPrivateScript] ShadowRoot createUserAgentShadowRoot(); |
}; |
Element implements ParentNode; |