[Webkit-unassigned] [Bug 11439] REGRESSION: Another page loading crash
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Oct 27 14:07:34 PDT 2006
http://bugs.webkit.org/show_bug.cgi?id=11439
sullivan at apple.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |sullivan at apple.com
------- Comment #1 from sullivan at apple.com 2006-10-27 14:07 PDT -------
Crash is here:
if (useOriginal)
request = [dataSrc _documentLoader]->originalRequestCopy();
else
request = [dataSrc request];
I suspect the fix is to fall back to [dataSrc request] in the case where
[dataSrc _documentLoader] returns nil, but someone should check what this code
used to do in the case where [dataSrc _documentLoader] returned nil.
--
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