| Index: third_party/WebKit/Source/core/dom/Element.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/Element.cpp b/third_party/WebKit/Source/core/dom/Element.cpp
|
| index b7cc35fd88b08689c815799321c8a9e47c565e40..bfaa2f8bb88134a6766ff2b6fdf50b6ff9cea07d 100644
|
| --- a/third_party/WebKit/Source/core/dom/Element.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/Element.cpp
|
| @@ -2162,8 +2162,6 @@ ShadowRoot* Element::createShadowRoot(const ScriptState* scriptState,
|
| ShadowRoot* Element::attachShadow(const ScriptState* scriptState,
|
| const ShadowRootInit& shadowRootInitDict,
|
| ExceptionState& exceptionState) {
|
| - DCHECK(RuntimeEnabledFeatures::shadowDOMV1Enabled());
|
| -
|
| HostsUsingFeatures::countMainWorldOnly(
|
| scriptState, document(),
|
| HostsUsingFeatures::Feature::ElementAttachShadow);
|
|
|