[Webkit-unassigned] [Bug 50346] New: Assertion failure when calling document.write() from onpagehide

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 1 12:26:53 PST 2010


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

           Summary: Assertion failure when calling document.write() from
                    onpagehide
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Page Loading
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ap at webkit.org


Created an attachment (id=75304)
 --> (https://bugs.webkit.org/attachment.cgi?id=75304&action=review)
test case (will ASSERT)

void FrameLoader::stopAllLoaders(DatabasePolicy databasePolicy)
{
    ASSERT(!m_frame->document() || !m_frame->document()->inPageCache()); // <---
    if (m_pageDismissalEventBeingDispatched)
        return;

The assertion should probably just be moved past the "if".

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