| Index: third_party/WebKit/Source/core/css/SelectorFilter.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/SelectorFilter.cpp b/third_party/WebKit/Source/core/css/SelectorFilter.cpp
|
| index 918059914f97f9ceac5821dc8cada8fd6eccfb89..addb845076283299a60b97bbdf26961a76f2516c 100644
|
| --- a/third_party/WebKit/Source/core/css/SelectorFilter.cpp
|
| +++ b/third_party/WebKit/Source/core/css/SelectorFilter.cpp
|
| @@ -178,6 +178,7 @@ void SelectorFilter::collectIdentifierHashes(const CSSSelector& selector,
|
| // Fall through.
|
| case CSSSelector::ShadowPseudo:
|
| case CSSSelector::ShadowDeep:
|
| + case CSSSelector::ShadowPiercingDescendant:
|
| skipOverSubselectors = false;
|
| collectDescendantSelectorIdentifierHashes(*current, hash);
|
| break;
|
|
|