| Index: Source/core/frame/Window.idl
|
| diff --git a/Source/core/frame/Window.idl b/Source/core/frame/Window.idl
|
| index ac795a57dba97621500873f8b8c1bd17de90223d..6549705f81f42c9373bba42881f38d4df7d252ee 100644
|
| --- a/Source/core/frame/Window.idl
|
| +++ b/Source/core/frame/Window.idl
|
| @@ -233,7 +233,7 @@
|
| // Unprefixed ShadowRoot constructor should be visible when the feature flag is enabled.
|
| // FIXME: When it's ready to remove WebKitShadowRoot, get rid of both constructors from Window.idl and remove
|
| // [NoInterfaceObject] from ShadowRoot interface definition.
|
| - [RuntimeEnabled=ShadowDOM] attribute ShadowRootConstructor ShadowRoot;
|
| + attribute ShadowRootConstructor ShadowRoot;
|
| [MeasureAs=PrefixedShadowRootConstructor] attribute ShadowRootConstructor WebKitShadowRoot;
|
|
|
| // window.toString() requires special handling in V8
|
|
|