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/Carbon/CarbonWindowAdapter.m

    r243 r431  
    282282// Clean up. 
    283283- (void)dealloc { 
     284    if (WebCoreObjCScheduleDeallocateOnMainThread([CarbonWindowAdapter class], self)) 
     285        return; 
    284286 
    285287    // Clean up, if necessary. 
     
    289291    // Do the standard Cocoa thing. 
    290292    [super dealloc]; 
    291  
    292293} 
    293294