Skip to content

Commit

Permalink
* 去掉警告
Browse files Browse the repository at this point in the history
  • Loading branch information
weolar committed Sep 13, 2018
1 parent 005dac1 commit c828a77
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ void SimpleFontData::platformGlyphInit()
// See <http://bugs.webkit.org/show_bug.cgi?id=13178>
if (m_zeroWidthSpaceGlyph == m_spaceGlyph) {
m_zeroWidthSpaceGlyph = 0;
WTF_LOG_ERROR("Font maps SPACE and ZERO WIDTH SPACE to the same glyph. Glyph width will not be overridden.");
//WTF_LOG_ERROR("Font maps SPACE and ZERO WIDTH SPACE to the same glyph. Glyph width will not be overridden.");
}

m_missingGlyphData.fontData = this;
Expand Down

0 comments on commit c828a77

Please sign in to comment.