| Index: Source/core/dom/SelectorQuery.cpp
|
| diff --git a/Source/core/dom/SelectorQuery.cpp b/Source/core/dom/SelectorQuery.cpp
|
| index 2f54a5955de3b4ddad1c8e31d7ffc2795ce34b13..bc1a303f65f40e1a9ebaa7291c5a8a5dfb50c7fa 100644
|
| --- a/Source/core/dom/SelectorQuery.cpp
|
| +++ b/Source/core/dom/SelectorQuery.cpp
|
| @@ -75,7 +75,7 @@ public:
|
| {
|
| Node* current = m_currentElement;
|
| ASSERT(current);
|
| - m_currentElement = nextInternal(ElementTraversal::nextSkippingChildren(m_currentElement, m_rootNode));
|
| + m_currentElement = nextInternal(ElementTraversal::nextSkippingChildren(*m_currentElement, m_rootNode));
|
| return current;
|
| }
|
|
|
|
|