| 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 f571f8dad8bfd8d6ecfd15969ff14e30bc63ceeb..787fd28b4ead5c5a91699e87225bc17a0aeaf955 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSSelector.h
|
| +++ b/third_party/WebKit/Source/core/css/CSSSelector.h
|
| @@ -220,6 +220,7 @@ public:
|
| void updatePseudoType(const AtomicString&, bool hasArguments);
|
|
|
| static PseudoType parsePseudoType(const AtomicString&, bool hasArguments);
|
| + static PseudoId parsePseudoId(const String&);
|
| static PseudoId pseudoId(PseudoType);
|
|
|
| // Selectors are kept in an array by CSSSelectorList. The next component of the selector is
|
|
|