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

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

Issue 334833002: Minor comment nit fix (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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
« 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: Source/core/css/CSSSelector.h
diff --git a/Source/core/css/CSSSelector.h b/Source/core/css/CSSSelector.h
index da24b51feaf8dc22c402752991b4d71254c48439..254ae9c5bb75671ef50ce568826670369bae2436 100644
--- a/Source/core/css/CSSSelector.h
+++ b/Source/core/css/CSSSelector.h
@@ -42,7 +42,7 @@ namespace WebCore {
// simple selector in the list. The relation() method returns the relationship of the current simple selector to
// the one in tagHistory(). For example, the CSS selector .a.b #c is represented as:
//
- // selectorText(): .a.b .c
+ // selectorText(): .a.b #c
// --> (relation == Descendant)
// selectorText(): .a.b
// --> (relation == SubSelector)
@@ -130,7 +130,7 @@ namespace WebCore {
IndirectAdjacent, // ~ combinator
SubSelector, // "No space" combinator
ShadowPseudo, // Special case of shadow DOM pseudo elements / shadow pseudo element
- ShadowDeep // /shadow-deep/ combinator
+ ShadowDeep // /deep/ combinator
};
enum PseudoType {
« 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