| Index: third_party/WebCore/dom/ShadowRoot.idl
|
| diff --git a/third_party/WebCore/dom/ShadowRoot.idl b/third_party/WebCore/dom/ShadowRoot.idl
|
| index e9e8b1b40f2cea3ad812d1fba3cbc9d3b93c9382..5ee5663329f6a7606a46415150416ec082e700a2 100644
|
| --- a/third_party/WebCore/dom/ShadowRoot.idl
|
| +++ b/third_party/WebCore/dom/ShadowRoot.idl
|
| @@ -34,6 +34,7 @@ module core {
|
| ] ShadowRoot : DocumentFragment {
|
| readonly attribute Element host;
|
| readonly attribute Element activeElement;
|
| + readonly attribute DOMSelection selection;
|
|
|
| attribute [TreatNullAs=NullString] DOMString innerHTML
|
| setter raises(DOMException);
|
|
|