Index: Source/core/dom/shadow/ShadowRoot.idl |
diff --git a/Source/core/dom/shadow/ShadowRoot.idl b/Source/core/dom/shadow/ShadowRoot.idl |
index fb18c29aa8174d7952bed2d546c4d1a2d97275c7..cfb06f2daa039241bc40baa68b6c3314b857edae 100644 |
--- a/Source/core/dom/shadow/ShadowRoot.idl |
+++ b/Source/core/dom/shadow/ShadowRoot.idl |
@@ -36,6 +36,7 @@ interface ShadowRoot : DocumentFragment { |
[ImplementedAs=olderShadowRootForBindings] readonly attribute ShadowRoot? olderShadowRoot; |
[TreatNullAs=NullString, CustomElementCallbacks, RaisesException=Setter] attribute DOMString innerHTML; |
readonly attribute StyleSheetList styleSheets; |
+ [RuntimeEnabled=ShadowRootDelegatesFocus] 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 |