Ignore:
Timestamp:
Jun 1, 2016, 2:40:16 PM (9 years ago)
Author:
Ryan Haddad
Message:

Unreviewed, rolling out r201551 and r201552.
https://bugs.webkit.org/show_bug.cgi?id=158275

This change caused 3 API tests to crash on ios-simulator
(Requested by ryanhaddad on #webkit).

Reverted changesets:

"Precache primary font in a secondary thread"
https://bugs.webkit.org/show_bug.cgi?id=158243
http://trac.webkit.org/changeset/201551

"Remove accidental fprintf."
http://trac.webkit.org/changeset/201552

Patch by Commit Queue <[email protected]> on 2016-06-01

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/css/CSSFontFaceSource.cpp

    r201551 r201570  
    189189}
    190190
    191 Optional<URL> CSSFontFaceSource::url() const
    192 {
    193     if (!m_font)
    194         return Nullopt;
    195     return m_font->url();
    196 }
    197 
    198191#if ENABLE(SVG_FONTS)
    199192bool CSSFontFaceSource::isSVGFontFaceSource() const
Note: See TracChangeset for help on using the changeset viewer.