| Index: third_party/WebKit/Source/core/css/CSSSelector.h
|
| diff --git a/third_party/WebKit/Source/core/css/CSSSelector.h b/third_party/WebKit/Source/core/css/CSSSelector.h
|
| index 41de8258a6b9ff1fffb89e49e5de4d663a7c2a08..a0c3d9560e568e2957a465943349f16eb9ced443 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSSelector.h
|
| +++ b/third_party/WebKit/Source/core/css/CSSSelector.h
|
| @@ -129,7 +129,7 @@ class CORE_EXPORT CSSSelector {
|
| Child, // > combinator
|
| DirectAdjacent, // + combinator
|
| IndirectAdjacent, // ~ combinator
|
| - // Special cases for shadow DOM related selectors.
|
| + // Special cases for shadow DOM related selectors.
|
| ShadowPiercingDescendant, // >>> combinator
|
| ShadowDeep, // /deep/ combinator
|
| ShadowPseudo, // ::shadow pseudo element
|
|
|