Index: Source/core/dom/Element.idl |
diff --git a/Source/core/dom/Element.idl b/Source/core/dom/Element.idl |
index f22e438b95ea30a6b438bdae3d3d7b2d8f9a0297..f4ba86eb5a8cb0cb2138c8912300b69e49c5cc4c 100644 |
--- a/Source/core/dom/Element.idl |
+++ b/Source/core/dom/Element.idl |
@@ -108,7 +108,7 @@ |
[RaisesException, ImplementedAs=matches, MeasureAs=ElementPrefixedMatchesSelector] boolean webkitMatchesSelector(DOMString selectors); |
// Shadow DOM API |
- [RaisesException] ShadowRoot createShadowRoot(); |
+ [RaisesException, MeasureAs=ElementCreateShadowRoot] ShadowRoot createShadowRoot(); |
[PerWorldBindings] readonly attribute ShadowRoot shadowRoot; |
[PerWorldBindings] NodeList getDestinationInsertionPoints(); |