Index: Source/core/dom/Element.idl |
diff --git a/Source/core/dom/Element.idl b/Source/core/dom/Element.idl |
index b4338ed58fd64821f54e06547e5fee86478bfb44..26267b808fe24db58a3d89a3f56275ff59b4a816 100644 |
--- a/Source/core/dom/Element.idl |
+++ b/Source/core/dom/Element.idl |
@@ -65,7 +65,7 @@ |
// Shadow DOM |
// http://w3c.github.io/webcomponents/spec/shadow/#extensions-to-element-interface |
- [RaisesException, MeasureAs=ElementCreateShadowRoot] ShadowRoot createShadowRoot(); |
+ [RaisesException, CallWith=ScriptState, MeasureAs=ElementCreateShadowRoot] ShadowRoot createShadowRoot(); |
NodeList getDestinationInsertionPoints(); |
[PerWorldBindings] readonly attribute ShadowRoot? shadowRoot; |