| Index: sky/engine/core/dom/Element.idl
|
| diff --git a/sky/engine/core/dom/Element.idl b/sky/engine/core/dom/Element.idl
|
| index e1025a39ab8c03760aace343323810ba3e115246..943b3a8f177e715717fbcaa5957e339a32bad249 100644
|
| --- a/sky/engine/core/dom/Element.idl
|
| +++ b/sky/engine/core/dom/Element.idl
|
| @@ -64,7 +64,7 @@
|
|
|
| [PerWorldBindings] readonly attribute DOMTokenList classList;
|
|
|
| - [RaisesException, MeasureAs=ElementCreateShadowRoot] ShadowRoot createShadowRoot();
|
| + [RaisesException] ShadowRoot ensureShadowRoot();
|
| [PerWorldBindings] readonly attribute ShadowRoot shadowRoot;
|
| NodeList getDestinationInsertionPoints();
|
|
|
|
|