| Index: third_party/WebKit/Source/core/css/SelectorFilter.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/SelectorFilter.cpp b/third_party/WebKit/Source/core/css/SelectorFilter.cpp
|
| index b1ea350e03c53f373b328109438a70477050d518..73107df22f983b43c87c03abc72571bbcf885d6b 100644
|
| --- a/third_party/WebKit/Source/core/css/SelectorFilter.cpp
|
| +++ b/third_party/WebKit/Source/core/css/SelectorFilter.cpp
|
| @@ -75,7 +75,7 @@ void SelectorFilter::popParentStackFrame()
|
| m_parentStack.removeLast();
|
| if (m_parentStack.isEmpty()) {
|
| ASSERT(m_ancestorIdentifierFilter->likelyEmpty());
|
| - m_ancestorIdentifierFilter.clear();
|
| + m_ancestorIdentifierFilter.reset();
|
| }
|
| }
|
|
|
|
|