| Index: Source/core/fetch/FontResource.cpp
|
| diff --git a/Source/core/fetch/FontResource.cpp b/Source/core/fetch/FontResource.cpp
|
| index f3f023cf6ed28356dc72a57e7fd6fe354f745405..0009ada0d8a010accd20f72fe7b1de6c85e93144 100644
|
| --- a/Source/core/fetch/FontResource.cpp
|
| +++ b/Source/core/fetch/FontResource.cpp
|
| @@ -131,7 +131,7 @@ bool FontResource::ensureCustomFontData()
|
| {
|
| if (!m_fontData && !errorOccurred() && !isLoading()) {
|
| if (m_data)
|
| - m_fontData = FontCustomPlatformData::create(m_data.get());
|
| + m_fontData = FontCustomPlatformData::create(m_data.get(), m_otsParsingMessage);
|
|
|
| if (m_fontData) {
|
| recordPackageFormatHistogram(packageFormatOf(m_data.get()));
|
|
|