| Index: third_party/WebKit/Source/core/inspector/InspectorCSSAgent.cpp
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorCSSAgent.cpp b/third_party/WebKit/Source/core/inspector/InspectorCSSAgent.cpp
|
| index 6b466af375f2da80dde872da1326691f0923eccb..eb2b5e8985d68c2a4f73dc3ca06365385f8e6da4 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorCSSAgent.cpp
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorCSSAgent.cpp
|
| @@ -1144,7 +1144,7 @@ void InspectorCSSAgent::collectPlatformFontsForLayoutObject(
|
| String familyName = simpleFontData->platformData().fontFamilyName();
|
| if (familyName.isNull())
|
| familyName = "";
|
| - fontStats->add(
|
| + fontStats->insert(
|
| std::make_pair(simpleFontData->isCustomFont() ? 1 : 0, familyName),
|
| runFontData.m_glyphCount);
|
| }
|
|
|