Index: third_party/WebCore/dom/ShadowRoot.idl |
diff --git a/third_party/WebCore/dom/ShadowRoot.idl b/third_party/WebCore/dom/ShadowRoot.idl |
index 55057b6806d53b3c2d51c973ff45a0cf9ef8aba7..8110c1e08a743d73ec13452ca6a4db6a374741c0 100644 |
--- a/third_party/WebCore/dom/ShadowRoot.idl |
+++ b/third_party/WebCore/dom/ShadowRoot.idl |
@@ -28,18 +28,17 @@ module core { |
interface [ |
Conditional=SHADOW_DOM, |
- V8EnabledAtRuntime=shadowDOM, |
Constructor(in Element host), |
ConstructorRaisesException |
] ShadowRoot : DocumentFragment { |
readonly attribute Element host; |
readonly attribute Element activeElement; |
- readonly attribute DOMSelection selection; |
attribute boolean applyAuthorStyles; |
attribute [TreatNullAs=NullString] DOMString innerHTML |
setter raises(DOMException); |
+ DOMSelection getSelection(); |
Element getElementById(in [Optional=DefaultIsUndefined] DOMString elementId); |
NodeList getElementsByClassName(in [Optional=DefaultIsUndefined] DOMString className); |
NodeList getElementsByTagName(in [Optional=DefaultIsUndefined] DOMString tagName); |