Index: Source/core/css/LocalFontFaceSource.cpp |
diff --git a/Source/core/css/LocalFontFaceSource.cpp b/Source/core/css/LocalFontFaceSource.cpp |
index 855961933ba194c970b54ab7ec08b0bce09acf89..5f2733bbe3953b27c8c9158edef86d2b51818e73 100644 |
--- a/Source/core/css/LocalFontFaceSource.cpp |
+++ b/Source/core/css/LocalFontFaceSource.cpp |
@@ -30,7 +30,7 @@ void LocalFontFaceSource::LocalFontHistograms::record(bool loadSuccess) |
if (m_reported) |
return; |
m_reported = true; |
- blink::Platform::current()->histogramEnumeration("WebFont.LocalFontUsed", loadSuccess ? 1 : 0, 2); |
+ Platform::current()->histogramEnumeration("WebFont.LocalFontUsed", loadSuccess ? 1 : 0, 2); |
} |
} // namespace blink |