[Webkit-unassigned] [Bug 31015] Assert doing a multipart iframe load.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 2 09:08:25 PST 2009


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


David Levin <levin at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |andersca at apple.com,
                   |                            |beidson at apple.com




--- Comment #4 from David Levin <levin at chromium.org>  2009-11-02 09:08:24 PDT ---
  void FrameLoader::addData(const char* bytes, int length)
  {
      ASSERT(m_workingURL.isEmpty());
      ASSERT(m_frame->document());
->    ASSERT(m_frame->document()->parsing());

This line is the assert that fires. It seems harmless in this case but I don't
know completely.

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