| Index: Source/core/css/FontFace.cpp
|
| diff --git a/Source/core/css/FontFace.cpp b/Source/core/css/FontFace.cpp
|
| index e4265aa631eefdfb96b464849303283196492f3e..3d0794d6f202346d81b297fa5c7e42006448eb83 100644
|
| --- a/Source/core/css/FontFace.cpp
|
| +++ b/Source/core/css/FontFace.cpp
|
| @@ -552,7 +552,7 @@ void FontFace::initCSSFontFace(const unsigned char* data, unsigned size)
|
| return;
|
|
|
| RefPtr<SharedBuffer> buffer = SharedBuffer::create(data, size);
|
| - OwnPtrWillBeRawPtr<BinaryDataFontFaceSource> source = adoptPtrWillBeNoop(new BinaryDataFontFaceSource(buffer.get()));
|
| + OwnPtrWillBeRawPtr<BinaryDataFontFaceSource> source = adoptPtrWillBeNoop(new BinaryDataFontFaceSource(buffer.get(), m_otsParseMessage));
|
| if (source->isValid())
|
| setLoadStatus(Loaded);
|
| else
|
|
|