Index: third_party/WebKit/Source/core/layout/TextAutosizer.cpp |
diff --git a/third_party/WebKit/Source/core/layout/TextAutosizer.cpp b/third_party/WebKit/Source/core/layout/TextAutosizer.cpp |
index 44838fff84911253c0d28db3d383ab59970e5af8..08d8caf9fe8391cae0ead1767cfa10a258f6ff2c 100644 |
--- a/third_party/WebKit/Source/core/layout/TextAutosizer.cpp |
+++ b/third_party/WebKit/Source/core/layout/TextAutosizer.cpp |
@@ -432,7 +432,7 @@ void TextAutosizer::endLayout(LayoutBlock* block) { |
// Tables can create two layout scopes for the same block so the isEmpty |
// check below is needed to guard against endLayout being called twice. |
} else if (!m_clusterStack.isEmpty() && currentCluster()->m_root == block) { |
- m_clusterStack.removeLast(); |
+ m_clusterStack.pop_back(); |
} |
} |