| Index: third_party/WebCore/dom/ShadowRoot.idl
|
| diff --git a/third_party/WebCore/dom/ShadowRoot.idl b/third_party/WebCore/dom/ShadowRoot.idl
|
| index 00f7cd83a524b2b56167e02c740fcc23c1669e57..d38ed5485eea5f06f214f22ca3d5eb809d6e8960 100644
|
| --- a/third_party/WebCore/dom/ShadowRoot.idl
|
| +++ b/third_party/WebCore/dom/ShadowRoot.idl
|
| @@ -29,7 +29,8 @@ module core {
|
| interface [
|
| Conditional=SHADOW_DOM,
|
| Constructor(in Element host),
|
| - ConstructorRaisesException
|
| + ConstructorRaisesException,
|
| + JSGenerateToJSObject
|
| ] ShadowRoot : DocumentFragment {
|
| readonly attribute Element host;
|
| readonly attribute Element activeElement;
|
|
|