| 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 16a67e6dad8797e47ec29dc0aa3e9bb3d7fec918..662e2deaf7de29597a502824205b79fc19fe4480 100644
|
| --- a/third_party/WebKit/Source/core/css/SelectorChecker.cpp
|
| +++ b/third_party/WebKit/Source/core/css/SelectorChecker.cpp
|
| @@ -397,6 +397,7 @@ SelectorChecker::Match SelectorChecker::matchForRelation(
|
| return matchSelector(nextContext, result);
|
| }
|
|
|
| + case CSSSelector::ShadowPiercingDescendant:
|
| case CSSSelector::ShadowDeep: {
|
| if (!m_isUARule && !m_isQuerySelector)
|
| Deprecation::countDeprecation(context.element->document(),
|
|
|