Index: third_party/WebKit/Source/core/layout/LayoutTable.cpp |
diff --git a/third_party/WebKit/Source/core/layout/LayoutTable.cpp b/third_party/WebKit/Source/core/layout/LayoutTable.cpp |
index ccce3663e83244461c2002a968ef92c3ff3ebce6..503bf9a13da502ebb88eee40dffb2ef699a4f3ba 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutTable.cpp |
+++ b/third_party/WebKit/Source/core/layout/LayoutTable.cpp |
@@ -225,7 +225,7 @@ void LayoutTable::removeCaption(const LayoutTableCaption* oldCaption) { |
if (index == kNotFound) |
return; |
- m_captions.remove(index); |
+ m_captions.erase(index); |
} |
void LayoutTable::invalidateCachedColumns() { |