Changeset 431 for trunk/WebKit/mac/Carbon/CarbonWindowAdapter.m
- Timestamp:
- 08/06/08 13:29:36 (5 months ago)
- Files:
-
- trunk/WebKit/mac/Carbon/CarbonWindowAdapter.m (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/WebKit/mac/Carbon/CarbonWindowAdapter.m
r243 r431 282 282 // Clean up. 283 283 - (void)dealloc { 284 if (WebCoreObjCScheduleDeallocateOnMainThread([CarbonWindowAdapter class], self)) 285 return; 284 286 285 287 // Clean up, if necessary. … … 289 291 // Do the standard Cocoa thing. 290 292 [super dealloc]; 291 292 293 } 293 294
