Title: [201552] trunk/Source/WebCore
- Revision
- 201552
- Author
- [email protected]
- Date
- 2016-06-01 08:11:11 -0700 (Wed, 01 Jun 2016)
Log Message
Remove accidental fprintf.
* platform/graphics/FontCache.cpp:
(WebCore::FontCache::precache):
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (201551 => 201552)
--- trunk/Source/WebCore/ChangeLog 2016-06-01 14:29:30 UTC (rev 201551)
+++ trunk/Source/WebCore/ChangeLog 2016-06-01 15:11:11 UTC (rev 201552)
@@ -1,3 +1,10 @@
+2016-06-01 Antti Koivisto <[email protected]>
+
+ Remove accidental fprintf.
+
+ * platform/graphics/FontCache.cpp:
+ (WebCore::FontCache::precache):
+
2016-05-31 Antti Koivisto <[email protected]>
Precache primary font in a secondary thread
Modified: trunk/Source/WebCore/platform/graphics/FontCache.cpp (201551 => 201552)
--- trunk/Source/WebCore/platform/graphics/FontCache.cpp 2016-06-01 14:29:30 UTC (rev 201551)
+++ trunk/Source/WebCore/platform/graphics/FontCache.cpp 2016-06-01 15:11:11 UTC (rev 201552)
@@ -539,8 +539,7 @@
return;
if (platformData) {
- auto r = fontPlatformDataCache().add(key, WTFMove(platformData));
- fprintf(stderr, "success %d\n", r.isNewEntry);
+ fontPlatformDataCache().add(key, WTFMove(platformData));
return;
}
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes