| Index: Source/platform/fonts/opentype/OpenTypeSanitizer.cpp
|
| diff --git a/Source/platform/fonts/opentype/OpenTypeSanitizer.cpp b/Source/platform/fonts/opentype/OpenTypeSanitizer.cpp
|
| index d17f9f9b3adb0e7bc8134749a64ebaaca4a651db..60b56b9c1608111047bddf2c080e3d63698f051e 100644
|
| --- a/Source/platform/fonts/opentype/OpenTypeSanitizer.cpp
|
| +++ b/Source/platform/fonts/opentype/OpenTypeSanitizer.cpp
|
| @@ -47,8 +47,6 @@ PassRefPtr<SharedBuffer> OpenTypeSanitizer::sanitize()
|
| if (m_buffer->size() > maxWebFontSize)
|
| return nullptr;
|
|
|
| - ots::EnableWOFF2();
|
| -
|
| // A transcoded font is usually smaller than an original font.
|
| // However, it can be slightly bigger than the original one due to
|
| // name table replacement and/or padding for glyf table.
|
|
|