Show
Ignore:
Timestamp:
08/06/08 13:29:36 (5 months ago)
Author:
mbensi
Message:

merge with webkit revision 35588

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/WebKit/mac/History/WebBackForwardList.mm

    r370 r431  
    107107- (void)dealloc 
    108108{ 
    109     WebCoreThreadViolationCheck(); 
     109    if (WebCoreObjCScheduleDeallocateOnMainThread([WebBackForwardList class], self)) 
     110        return; 
     111 
    110112    BackForwardList* backForwardList = core(self); 
    111113    ASSERT(backForwardList->closed());