| Index: third_party/WebKit/Source/core/css/resolver/StyleResolver.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/resolver/StyleResolver.cpp b/third_party/WebKit/Source/core/css/resolver/StyleResolver.cpp
|
| index 02f402bd64ceedb91adc48320c3b5f83ac808ce5..5ee8e3fbd03d1f9930ae835c37194f631223bc20 100644
|
| --- a/third_party/WebKit/Source/core/css/resolver/StyleResolver.cpp
|
| +++ b/third_party/WebKit/Source/core/css/resolver/StyleResolver.cpp
|
| @@ -465,7 +465,6 @@ void StyleResolver::matchAuthorRules(const Element& element,
|
| return;
|
| }
|
|
|
| - DCHECK(RuntimeEnabledFeatures::shadowDOMV1Enabled());
|
| matchHostRules(element, collector);
|
| matchScopedRules(element, collector);
|
| }
|
|
|