| Index: third_party/WebKit/Source/core/dom/SelectorQuery.h
|
| diff --git a/third_party/WebKit/Source/core/dom/SelectorQuery.h b/third_party/WebKit/Source/core/dom/SelectorQuery.h
|
| index 2dc05bf48f44f9cf1b6c94ce9f4de82497677f7e..b5ceaa3f6e44fbd2994ab26df12ce6f846e91cd4 100644
|
| --- a/third_party/WebKit/Source/core/dom/SelectorQuery.h
|
| +++ b/third_party/WebKit/Source/core/dom/SelectorQuery.h
|
| @@ -79,7 +79,6 @@ private:
|
| void executeSlowTraversingShadowTree(ContainerNode& rootNode, typename SelectorQueryTrait::OutputType&) const;
|
| template <typename SelectorQueryTrait>
|
| void execute(ContainerNode& rootNode, typename SelectorQueryTrait::OutputType&) const;
|
| - const CSSSelector* selectorForIdLookup(const CSSSelector&) const;
|
|
|
| Vector<const CSSSelector*> m_selectors;
|
| bool m_usesDeepCombinatorOrShadowPseudo : 1;
|
|
|