[Webkit-unassigned] [Bug 28802] Remove ASSERT(frame) in ResourceHandle::start (ResourceHandleCurl.cpp)
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Aug 31 03:32:37 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=28802
Eric Seidel <eric at webkit.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #38726|review?, commit-queue? |review+, commit-queue+
Flag| |
--- Comment #2 from Eric Seidel <eric at webkit.org> 2009-08-31 03:32:37 PDT ---
(From update of attachment 38726)
Mac has:
if (!frame)
return false;
Win does:
// If we are no longer attached to a Page, this must be an attempted load
from an
// onUnload handler, so let's just block it.
if (!frame->page())
return false;
Somebody is wrong here. I'll CC bradee.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list