[Webkit-unassigned] [Bug 104472] New: [Windows]ASSERTION failed in Windows: css3/css3-modsel-33.html

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Dec 9 02:10:20 PST 2012


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

           Summary: [Windows]ASSERTION failed in Windows:
                    css3/css3-modsel-33.html
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows 7
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit API
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: huangxueqing at baidu.com


In WebFrameLoaderClient::dispatchDidLayout, |milestones| maybe was |DidFirstLayout & DidFirstVisuallyNonEmptyLayout|, which will call webView->frameLoadDelegatePrivate(&frameLoadDelegatePrivate) twice, we should rest |frameLoadDelegatePrivate| after the first one, otherwise |T** operator&()| will hit |ASSERT(!m_ptr)|.

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