Changeset 431 for trunk/WebKit/mac/History/WebBackForwardList.mm
- Timestamp:
- 08/06/08 13:29:36 (5 months ago)
- Files:
-
- trunk/WebKit/mac/History/WebBackForwardList.mm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/WebKit/mac/History/WebBackForwardList.mm
r370 r431 107 107 - (void)dealloc 108 108 { 109 WebCoreThreadViolationCheck(); 109 if (WebCoreObjCScheduleDeallocateOnMainThread([WebBackForwardList class], self)) 110 return; 111 110 112 BackForwardList* backForwardList = core(self); 111 113 ASSERT(backForwardList->closed());
