Title: [93601] trunk/Source/WebCore
Revision
93601
Author
[email protected]
Date
2011-08-23 06:36:35 -0700 (Tue, 23 Aug 2011)

Log 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 <[email protected]> on 2011-08-23

* platform/graphics/chromium/FontCacheLinux.cpp:
(WebCore::FontCache::getFontDataForCharacters):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (93600 => 93601)


--- trunk/Source/WebCore/ChangeLog	2011-08-23 13:26:26 UTC (rev 93600)
+++ trunk/Source/WebCore/ChangeLog	2011-08-23 13:36:35 UTC (rev 93601)
@@ -1,3 +1,15 @@
+2011-08-23  Sheriff Bot  <[email protected]>
+
+        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).
+
+        * platform/graphics/chromium/FontCacheLinux.cpp:
+        (WebCore::FontCache::getFontDataForCharacters):
+
 2011-08-23  Tor Arne Vestbø  <[email protected]>
 
         [Qt] Fix build on Lion

Modified: trunk/Source/WebCore/platform/graphics/chromium/FontCacheLinux.cpp (93600 => 93601)


--- trunk/Source/WebCore/platform/graphics/chromium/FontCacheLinux.cpp	2011-08-23 13:26:26 UTC (rev 93600)
+++ trunk/Source/WebCore/platform/graphics/chromium/FontCacheLinux.cpp	2011-08-23 13:36:35 UTC (rev 93601)
@@ -64,7 +64,7 @@
         return 0;
 
     AtomicString atomicFamily(family);
-    return getCachedFontData(getCachedFontPlatformData(font.fontDescription(), atomicFamily, DoNotRetain), DoNotRetain);
+    return getCachedFontData(getCachedFontPlatformData(font.fontDescription(), atomicFamily, DoNotRetain));
 }
 
 SimpleFontData* FontCache::getSimilarFontPlatformData(const Font& font)
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to