| Index: Source/core/css/FontFaceSet.cpp
|
| diff --git a/Source/core/css/FontFaceSet.cpp b/Source/core/css/FontFaceSet.cpp
|
| index 13f182cbf24eda0fb7a41a4ee3d411286516f592..93ea4db23ae908b8161552ebe159b7c0d184b410 100644
|
| --- a/Source/core/css/FontFaceSet.cpp
|
| +++ b/Source/core/css/FontFaceSet.cpp
|
| @@ -435,7 +435,7 @@ void FontFaceSet::FontLoadHistogram::record()
|
| if (m_recorded)
|
| return;
|
| m_recorded = true;
|
| - WebKit::Platform::current()->histogramCustomCounts("WebFont.WebFontsInPage", m_count, 1, 100, 50);
|
| + blink::Platform::current()->histogramCustomCounts("WebFont.WebFontsInPage", m_count, 1, 100, 50);
|
| }
|
|
|
| static const char* supplementName()
|
|
|