Changeset 10477

Show
Ignore:
Timestamp:
09/06/05 16:46:39 (3 years ago)
Author:
ggaren
Message:
  • fixed build bustage from last checkin.

Reviewed by haytt.

  • History.subproj/WebBackForwardList.m: (-pageCacheSize): updated debug printf since we no longer have a variable called 'multiplier'
Location:
trunk/WebKit
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/WebKit/ChangeLog

    r10476 r10477  
     12005-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 
    1112005-09-06  David Hyatt  <hyatt@apple.com> 
    212 
  • trunk/WebKit/History.subproj/WebBackForwardList.m

    r10476 r10477  
    322322#ifndef NDEBUG 
    323323        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); 
    325325            loggedPageCacheSize = YES; 
    326326        }