git-svn-id: https://svn.webkit.org/repository/webkit/trunk@16906
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
- (void)_updateHistoryForInternalLoad
{
- WebDataSource *dataSource = [[self _frameLoader] dataSource];
-
// Add an item to the item tree for this frame
- ASSERT(![[dataSource _documentLoader] isClientRedirect]);
+ ASSERT(![[[[self _frameLoader] dataSource] _documentLoader] isClientRedirect]);
WebFrame *parentFrame = [self parentFrame];
if (parentFrame) {
WebHistoryItem *parentItem = parentFrame->_private->currentItem;