| Index: third_party/WebKit/Source/core/css/SelectorChecker.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/SelectorChecker.cpp b/third_party/WebKit/Source/core/css/SelectorChecker.cpp
|
| index fcf0f030641b2b4201c8d09c197076e2a3f42fc0..cf7962a053b4e02c078adcdb760aeab78b5574e9 100644
|
| --- a/third_party/WebKit/Source/core/css/SelectorChecker.cpp
|
| +++ b/third_party/WebKit/Source/core/css/SelectorChecker.cpp
|
| @@ -405,7 +405,6 @@ SelectorChecker::Match SelectorChecker::matchForRelation(
|
| return matchSelector(nextContext, result);
|
| }
|
|
|
| - case CSSSelector::ShadowPiercingDescendant:
|
| case CSSSelector::ShadowDeep: {
|
| if (!m_isUARule && !m_isQuerySelector)
|
| Deprecation::countDeprecation(context.element->document(),
|
|
|