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

Unified Diff: Source/core/css/CSSSelectorList.cpp

Issue 183853035: Renamed /shadow-all/ to /shadow/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 months 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
Index: Source/core/css/CSSSelectorList.cpp
diff --git a/Source/core/css/CSSSelectorList.cpp b/Source/core/css/CSSSelectorList.cpp
index b6efde489674ae9881f0f84afbfd853456f9610f..bef8f1ef7259811e3292378d1d1f42838e2d2eb8 100644
--- a/Source/core/css/CSSSelectorList.cpp
+++ b/Source/core/css/CSSSelectorList.cpp
@@ -186,7 +186,7 @@ class SelectorHasCombinatorCrossingTreeBoundary {
public:
bool operator()(const CSSSelector& selector)
{
- return selector.relation() == CSSSelector::ShadowAll || selector.relation() == CSSSelector::ShadowDeep;
+ return selector.relation() == CSSSelector::Shadow || selector.relation() == CSSSelector::ShadowDeep;
}
};

Powered by Google App Engine
This is Rietveld 408576698