| Index: third_party/WebKit/Source/core/layout/LayoutTextControl.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutTextControl.cpp b/third_party/WebKit/Source/core/layout/LayoutTextControl.cpp
|
| index 29f941b8cf885f87093076f0960296b85ecc048a..67d63bd59207fae24d411f906a883aef89dc117b 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTextControl.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTextControl.cpp
|
| @@ -224,7 +224,7 @@ bool LayoutTextControl::hasValidAvgCharWidth(const SimpleFontData* fontData,
|
|
|
| for (size_t i = 0; i < WTF_ARRAY_LENGTH(fontFamiliesWithInvalidCharWidth);
|
| ++i)
|
| - fontFamiliesWithInvalidCharWidthMap->add(
|
| + fontFamiliesWithInvalidCharWidthMap->insert(
|
| AtomicString(fontFamiliesWithInvalidCharWidth[i]));
|
| }
|
|
|
|
|