[Webkit-unassigned] [Bug 23806] Night builds crash when visiting http://www.spawn.com/toys/media.aspx

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 9 12:32:07 PST 2009


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





------- Comment #9 from hyatt at apple.com  2009-02-09 12:32 PDT -------
It seems to me that requestObject just shouldn't even be called on an empty
URL, but I'm not a networking expert.  Somehow having the mainDocumentURL set
on the ResourceRequest caused the eventual ResourceRequest to have a non-null
URL, but that doesn't seem right to me.

I think patching RenderPartObject and then adding an assert !url.isEmpty() to
requestObject may be the way to go here.


-- 
Configure bugmail: https://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