[Webkit-unassigned] [Bug 32839] REGRESSION (r52446) - Crash starting an OutlivePage load

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 21 13:59:52 PST 2009


https://bugs.webkit.org/show_bug.cgi?id=32839





--- Comment #5 from Darin Adler <darin at apple.com>  2009-12-21 13:59:52 PST ---
(In reply to comment #4)
> I'm assuming just keeping the document loader alive the same way r52446 keeps
> the frame alive doesn't count as a solution?

It counts if it works.

Normally document loaders are closely tied to a document, so having a document
loader around after the document is gone seems like it’s probably not a good
thing. It might be better to have some sort of dummy document and a loader that
goes along with that.

-- 
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