[Webkit-unassigned] [Bug 22590] empty fragment href's crashes browser.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 9 09:51:12 PDT 2009


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





------- Comment #10 from darin at apple.com  2009-03-09 09:51 PDT -------
The reason the test case doesn't crash on Mac OS X WebKit is that navigating to
a new URL results in a call to gotoAnchor in FrameLoader, and that function
calls setCSSTarget(0) when you click on the second link. At that time, the
object is still not deleted. I'll figure out why.


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