Index: third_party/WebKit/Source/platform/fonts/shaping/HarfBuzzShaper.cpp |
diff --git a/third_party/WebKit/Source/platform/fonts/shaping/HarfBuzzShaper.cpp b/third_party/WebKit/Source/platform/fonts/shaping/HarfBuzzShaper.cpp |
index 754b7e1cf6bd1e1d1016f95d3724fea1496adff0..11b0ba72edac797bb4e0a4316e0a560ad542d88a 100644 |
--- a/third_party/WebKit/Source/platform/fonts/shaping/HarfBuzzShaper.cpp |
+++ b/third_party/WebKit/Source/platform/fonts/shaping/HarfBuzzShaper.cpp |
@@ -547,7 +547,7 @@ void CapsFeatureSettingsScopedOverlay::prependCounting( |
} |
CapsFeatureSettingsScopedOverlay::~CapsFeatureSettingsScopedOverlay() { |
- m_features->remove(0, m_countFeatures); |
+ m_features->erase(0, m_countFeatures); |
} |
} // namespace |