Changeset 93601 in webkit


Ignore:
Timestamp:
Aug 23, 2011 6:36:35 AM (13 years ago)
Author:
commit-queue@webkit.org
Message:

Unreviewed, rolling out r93579.
http://trac.webkit.org/changeset/93579
https://bugs.webkit.org/show_bug.cgi?id=66774

"ASSERTION FAILED: m_purgePreventCount" (Requested by tonyg-cr
on #webkit).

Patch by Sheriff Bot <webkit.review.bot@gmail.com> on 2011-08-23

  • platform/graphics/chromium/FontCacheLinux.cpp:

(WebCore::FontCache::getFontDataForCharacters):

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r93600 r93601  
     12011-08-23  Sheriff Bot  <webkit.review.bot@gmail.com>
     2
     3        Unreviewed, rolling out r93579.
     4        http://trac.webkit.org/changeset/93579
     5        https://bugs.webkit.org/show_bug.cgi?id=66774
     6
     7        "ASSERTION FAILED: m_purgePreventCount" (Requested by tonyg-cr
     8        on #webkit).
     9
     10        * platform/graphics/chromium/FontCacheLinux.cpp:
     11        (WebCore::FontCache::getFontDataForCharacters):
     12
    1132011-08-23  Tor Arne Vestbø  <tor.arne.vestbo@nokia.com>
    214
  • trunk/Source/WebCore/platform/graphics/chromium/FontCacheLinux.cpp

    r93579 r93601  
    6565
    6666    AtomicString atomicFamily(family);
    67     return getCachedFontData(getCachedFontPlatformData(font.fontDescription(), atomicFamily, DoNotRetain), DoNotRetain);
     67    return getCachedFontData(getCachedFontPlatformData(font.fontDescription(), atomicFamily, DoNotRetain));
    6868}
    6969
Note: See TracChangeset for help on using the changeset viewer.