[Webkit-unassigned] [Bug 115041] New: [BlackBerry] Do not access BackForwardListImpl from DRT

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 23 08:14:09 PDT 2013


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

           Summary: [BlackBerry] Do not access BackForwardListImpl from
                    DRT
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit BlackBerry
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: xan.lopez at gmail.com


Our DRT implementation casts the BF list client class (BackForwardListBlackBerry) to BackForwardListImpl through a static_cast. This is wrong because the impl is a private member of BackForwardListBlackBerry, *not* its parent class. Most fast/history tests are failing via memory corruption because of this.

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