| Index: Source/core/dom/SelectorQuery.h
|
| diff --git a/Source/core/dom/SelectorQuery.h b/Source/core/dom/SelectorQuery.h
|
| index 779e782cf46b895e8136e3372037f6b05f972e24..79e6381faeea9d295ebf021105778e29235551c4 100644
|
| --- a/Source/core/dom/SelectorQuery.h
|
| +++ b/Source/core/dom/SelectorQuery.h
|
| @@ -56,7 +56,7 @@ private:
|
| };
|
|
|
| bool selectorMatches(const SelectorData&, Element*, const Node*) const;
|
| - bool canUseIdLookup(Node* rootNode) const;
|
| + std::pair<bool, Node*> findTraverseRoot(Node* traverseRoot) const;
|
| template <bool firstMatchOnly>
|
| void execute(Node* rootNode, Vector<RefPtr<Node> >&) const;
|
|
|
|
|