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 88a96138e477ae490777d5b9ac29e2f6d3af30ee..918059914f97f9ceac5821dc8cada8fd6eccfb89 100644 |
--- a/third_party/WebKit/Source/core/css/SelectorFilter.cpp |
+++ b/third_party/WebKit/Source/core/css/SelectorFilter.cpp |
@@ -85,7 +85,7 @@ void SelectorFilter::popParentStackFrame() { |
size_t count = parentFrame.identifierHashes.size(); |
for (size_t i = 0; i < count; ++i) |
m_ancestorIdentifierFilter->remove(parentFrame.identifierHashes[i]); |
- m_parentStack.removeLast(); |
+ m_parentStack.pop_back(); |
if (m_parentStack.isEmpty()) { |
ASSERT(m_ancestorIdentifierFilter->likelyEmpty()); |
m_ancestorIdentifierFilter.reset(); |