Changeset 431 for trunk/WebKit/mac/History/WebHistoryItem.mm
- Timestamp:
- 08/06/08 13:29:36 (5 months ago)
- Files:
-
- trunk/WebKit/mac/History/WebHistoryItem.mm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/WebKit/mac/History/WebHistoryItem.mm
r370 r431 103 103 - (void)dealloc 104 104 { 105 WebCoreThreadViolationCheck(); 105 if (WebCoreObjCScheduleDeallocateOnMainThread([WebHistoryItem class], self)) 106 return; 107 106 108 if (_private) { 107 109 HistoryItem* coreItem = core(_private);
