Index: Source/core/dom/SelectorQuery.h |
diff --git a/Source/core/dom/SelectorQuery.h b/Source/core/dom/SelectorQuery.h |
index b0f99f139f4c07b1fd37872775dce29090cbc14c..ce5d1ff6e5e9b50026f7cdc0a654fbab83925d7a 100644 |
--- a/Source/core/dom/SelectorQuery.h |
+++ b/Source/core/dom/SelectorQuery.h |
@@ -58,7 +58,7 @@ private: |
template <typename SelectorQueryTrait> |
void collectElementsByClassName(ContainerNode& rootNode, const AtomicString& className, typename SelectorQueryTrait::OutputType&) const; |
template <typename SelectorQueryTrait> |
- void collectElementsByTagName(ContainerNode& rootNode, const QualifiedName& tagName, typename SelectorQueryTrait::OutputType&) const; |
+ void collectElementsByTagName(ContainerNode& rootNode, const CSSSelector&, typename SelectorQueryTrait::OutputType&) const; |
template <typename SelectorQueryTrait> |
void findTraverseRootsAndExecute(ContainerNode& rootNode, typename SelectorQueryTrait::OutputType&) const; |