| 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 08180a69c22f7ec9a4fa04359f1845ab00049c83..3a1955026266298e8629c763148e390633526d2a 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/shaping/HarfBuzzShaper.cpp
|
| +++ b/third_party/WebKit/Source/platform/fonts/shaping/HarfBuzzShaper.cpp
|
| @@ -542,7 +542,7 @@ void CapsFeatureSettingsScopedOverlay::overlayCapsFeatures(
|
|
|
| void CapsFeatureSettingsScopedOverlay::prependCounting(
|
| const hb_feature_t& feature) {
|
| - m_features->prepend(feature);
|
| + m_features->push_front(feature);
|
| m_countFeatures++;
|
| }
|
|
|
|
|