[Webkit-unassigned] [Bug 11439] REGRESSION: Another page loading crash

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 27 14:22:47 PDT 2006


http://bugs.webkit.org/show_bug.cgi?id=11439





------- Comment #2 from sullivan at apple.com  2006-10-27 14:22 PDT -------
- (WebHistoryItem *)_createItem:(BOOL)useOriginal
{
    WebDataSource *dataSrc = [self dataSource];

dataSrc is nil here, which is why [dataSrc
_documentLoader]->originalRequestCopy() crashes.

The crashing line used to be:

request = [[dataSrc _documentLoader] originalRequestCopy];

The change was in 17245. I'll test the simple fix of changing this one line.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list