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

Unified Diff: Source/core/css/CSSSelector.h

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/CSSSelector.h
diff --git a/Source/core/css/CSSSelector.h b/Source/core/css/CSSSelector.h
index 8da0113994bd4b4daf412b437490551dfde72291..ff105b4231582502053d0441b13a0edee639e066 100644
--- a/Source/core/css/CSSSelector.h
+++ b/Source/core/css/CSSSelector.h
@@ -129,10 +129,10 @@ namespace WebCore {
IndirectAdjacent, // ~ combinator
SubSelector, // "No space" combinator
ShadowPseudo, // Special case of shadow DOM pseudo elements
- // FIXME: implement named combinator and replace the following /shadow/, /shadow-all/ and
- // /shadow-deep/ with named combinator's implementation.
- ShadowAll,
- ShadowDeep
+ // FIXME: implement named combinator (i.e. named relation) and
+ // replace the following /shadow/ and /shadow-deep/ with the implementation.
+ Shadow, // /shadow/ combinator
+ ShadowDeep // /shadow-deep/ combinator
};
enum PseudoType {

Powered by Google App Engine
This is Rietveld 408576698