[webkit-reviews] review requested: [Bug 66132] Chromium: expose MemoryCache::prune and FontCache::purgeInactiveFontData : [Attachment 105186] Fixed Windows Chromium port compilation issue

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 25 07:30:37 PDT 2011


Mikhail Naganov <mnaganov at chromium.org> has asked  for review:
Bug 66132: Chromium: expose MemoryCache::prune and
FontCache::purgeInactiveFontData
https://bugs.webkit.org/show_bug.cgi?id=66132

Attachment 105186: Fixed Windows Chromium port compilation issue
https://bugs.webkit.org/attachment.cgi?id=105186&action=review

------- Additional Comments from Mikhail Naganov <mnaganov at chromium.org>
For some reason, VC++ compiler assumes that 'pruneLiveResources' and
'pruneDeadResources' are public. The issue is resolved by converting inline
definitions of 'prune' and 'pruneToPercentage' into regular methods defined in
.cpp file.


More information about the webkit-reviews mailing list