Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(133)

Unified Diff: third_party/WebKit/Source/core/css/SelectorChecker.cpp

Issue 2533743002: Fix build on 2924 branch (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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(),
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698