Changeset 10477
- Timestamp:
- 09/06/05 16:46:39 (3 years ago)
- Location:
- trunk/WebKit
- Files:
-
- 2 modified
-
ChangeLog (modified) (1 diff)
-
History.subproj/WebBackForwardList.m (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/WebKit/ChangeLog
r10476 r10477 1 2005-09-06 Geoffrey Garen <ggaren@apple.com> 2 3 - fixed build bustage from last checkin. 4 5 Reviewed by haytt. 6 7 * History.subproj/WebBackForwardList.m: 8 (-[WebBackForwardList pageCacheSize]): updated debug printf since we no 9 longer have a variable called 'multiplier' 10 1 11 2005-09-06 David Hyatt <hyatt@apple.com> 2 12 -
trunk/WebKit/History.subproj/WebBackForwardList.m
r10476 r10477 322 322 #ifndef NDEBUG 323 323 if (!loggedPageCacheSize){ 324 LOG (CacheSizes, "Page cache size set to %d pages.", s * multiplier);324 LOG (CacheSizes, "Page cache size set to %d pages.", _private->pageCacheSize); 325 325 loggedPageCacheSize = YES; 326 326 }