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/WebHistoryItem.mm

    r370 r431  
    103103- (void)dealloc 
    104104{ 
    105     WebCoreThreadViolationCheck(); 
     105    if (WebCoreObjCScheduleDeallocateOnMainThread([WebHistoryItem class], self)) 
     106        return; 
     107 
    106108    if (_private) { 
    107109        HistoryItem* coreItem = core(_private);