Index: Source/core/css/BinaryDataFontFaceSource.cpp |
diff --git a/Source/core/css/BinaryDataFontFaceSource.cpp b/Source/core/css/BinaryDataFontFaceSource.cpp |
index fb4f07703ae6abee3778abc6dd6e8f6452210b10..ceae1d4c44abbfeafed71d25a3920d3b0b88d3d1 100644 |
--- a/Source/core/css/BinaryDataFontFaceSource.cpp |
+++ b/Source/core/css/BinaryDataFontFaceSource.cpp |
@@ -12,8 +12,8 @@ |
namespace blink { |
-BinaryDataFontFaceSource::BinaryDataFontFaceSource(SharedBuffer* data) |
- : m_customPlatformData(FontCustomPlatformData::create(data)) |
+BinaryDataFontFaceSource::BinaryDataFontFaceSource(SharedBuffer* data, String& otsParseMessage) |
+ : m_customPlatformData(FontCustomPlatformData::create(data, otsParseMessage)) |
{ |
} |