| Index: Source/core/css/SelectorFilter.h
|
| diff --git a/Source/core/css/SelectorFilter.h b/Source/core/css/SelectorFilter.h
|
| index 905edb6dd3026c3b2a6cd628700c9d4d4bd9b1de..8a2e85280c1ab369353b270a321a2646b6ec12b6 100644
|
| --- a/Source/core/css/SelectorFilter.h
|
| +++ b/Source/core/css/SelectorFilter.h
|
| @@ -50,7 +50,7 @@ public:
|
|
|
| template <unsigned maximumIdentifierCount>
|
| inline bool fastRejectSelector(const unsigned* identifierHashes) const;
|
| - static void collectIdentifierHashes(const CSSSelector*, unsigned* identifierHashes, unsigned maximumIdentifierCount);
|
| + static void collectIdentifierHashes(const CSSSelector&, unsigned* identifierHashes, unsigned maximumIdentifierCount);
|
|
|
| private:
|
| struct ParentStackFrame {
|
|
|