| Index: third_party/WebKit/Source/core/dom/shadow/ShadowRoot.idl
|
| diff --git a/third_party/WebKit/Source/core/dom/shadow/ShadowRoot.idl b/third_party/WebKit/Source/core/dom/shadow/ShadowRoot.idl
|
| index d9ffd6621abc9a48df50fea39b84867bd635231f..e277104b876c283a3c5cffb74f72e6d1b6f03e77 100644
|
| --- a/third_party/WebKit/Source/core/dom/shadow/ShadowRoot.idl
|
| +++ b/third_party/WebKit/Source/core/dom/shadow/ShadowRoot.idl
|
| @@ -27,6 +27,7 @@
|
| // https://w3c.github.io/webcomponents/spec/shadow/#the-shadowroot-interface
|
|
|
| interface ShadowRoot : DocumentFragment {
|
| + [RuntimeEnabled=ShadowDOMV1]readonly attribute ShadowRootMode mode;
|
| readonly attribute Element host;
|
| [ImplementedAs=olderShadowRootForBindings] readonly attribute ShadowRoot? olderShadowRoot;
|
| [TreatNullAs=NullString, CustomElementCallbacks, RaisesException=Setter] attribute DOMString innerHTML;
|
|
|