| Index: third_party/WebKit/Source/core/layout/LayoutBlockFlowLine.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutBlockFlowLine.cpp b/third_party/WebKit/Source/core/layout/LayoutBlockFlowLine.cpp
|
| index 798e9a96da83a9e5278783f73bdaf5b7c0cab558..50348ea973615fc1f099e90d2940145bd63aeb85 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBlockFlowLine.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBlockFlowLine.cpp
|
| @@ -588,7 +588,7 @@ static inline void setLogicalWidthForTextRun(
|
| for (HashSet<const SimpleFontData*>::const_iterator it =
|
| wordMeasurement.fallbackFonts.begin();
|
| it != end; ++it)
|
| - fallbackFonts.add(*it);
|
| + fallbackFonts.insert(*it);
|
| }
|
| }
|
| wordMeasurementsIndex = i;
|
|
|