| 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..e8cdb01d6abf9d06b0c6cf87f8a4d028f084db73 100644
|
| --- a/third_party/WebKit/Source/core/dom/shadow/ShadowRoot.idl
|
| +++ b/third_party/WebKit/Source/core/dom/shadow/ShadowRoot.idl
|
| @@ -30,7 +30,7 @@ interface ShadowRoot : DocumentFragment {
|
| readonly attribute Element host;
|
| [ImplementedAs=olderShadowRootForBindings] readonly attribute ShadowRoot? olderShadowRoot;
|
| [TreatNullAs=NullString, CustomElementCallbacks, RaisesException=Setter] attribute DOMString innerHTML;
|
| - [RuntimeEnabled=ShadowRootDelegatesFocus] readonly attribute boolean delegatesFocus;
|
| + [RuntimeEnabled=ShadowDOMV1] readonly attribute boolean delegatesFocus;
|
|
|
| // TODO(philipj): The spec does not override cloneNode() on the ShadowRoot
|
| // interface. Here, it's used to implement "Invoking the cloneNode() method
|
|
|