[Webkit-unassigned] [Bug 18064] assert-fail in WebCore::FrameLoader::saveDocumentState (document is null)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 26 03:35:59 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=18064


jasper at unix.geek.nz changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #20080|                            |review?
               Flag|                            |




------- Comment #1 from jasper at unix.geek.nz  2008-03-26 03:35 PDT -------
Created an attachment (id=20080)
 --> (http://bugs.webkit.org/attachment.cgi?id=20080&action=view)
remove bogus assertion

I'm pretty sure the ASSERT is bogus, because a frame can contain no document
under certain circumstances, and because there's an if() test immediately after
that protects against the case that the ASSERT is checking for.

Also because although the ASSERT trips on the debug build (for example when
clicking the reference rendering link on http://acid3.acidtests.org/), the
release build works fine in the same circumstances.

Thus this patch removes the ASSERT.


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