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 140ebaf4873e55337e0a2c3c21baec57995eb83c..82863003a1d44c11bb03945fe377ea5c63303b56 100644 |
--- a/third_party/WebKit/Source/core/css/SelectorFilter.cpp |
+++ b/third_party/WebKit/Source/core/css/SelectorFilter.cpp |
@@ -162,6 +162,9 @@ void SelectorFilter::collectIdentifierHashes(const CSSSelector& selector, unsign |
skipOverSubselectors = false; |
collectDescendantSelectorIdentifierHashes(*current, hash); |
break; |
+ case CSSSelector::ShadowSlot: |
+ // TODO(kochi): Add this in later CL. |
+ break; |
} |
if (hash == end) |
return; |