Changeset 201552 in webkit
- Timestamp:
- Jun 1, 2016, 8:11:11 AM (10 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
platform/graphics/FontCache.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r201551 r201552 1 2016-06-01 Antti Koivisto <antti@apple.com> 2 3 Remove accidental fprintf. 4 5 * platform/graphics/FontCache.cpp: 6 (WebCore::FontCache::precache): 7 1 8 2016-05-31 Antti Koivisto <antti@apple.com> 2 9 -
trunk/Source/WebCore/platform/graphics/FontCache.cpp
r201551 r201552 540 540 541 541 if (platformData) { 542 auto r = fontPlatformDataCache().add(key, WTFMove(platformData)); 543 fprintf(stderr, "success %d\n", r.isNewEntry); 542 fontPlatformDataCache().add(key, WTFMove(platformData)); 544 543 return; 545 544 }
Note:
See TracChangeset
for help on using the changeset viewer.