[Webkit-unassigned] [Bug 46237] New: Crash due to bad cast in AXObjectCacheChromium.cpp

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 21 18:33:59 PDT 2010


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

           Summary: Crash due to bad cast in AXObjectCacheChromium.cpp
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Major
          Priority: P1
         Component: Accessibility
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: chris.guillory at google.com


Chromium bug:
http://code.google.com/p/chromium/issues/detail?id=56473

toChromeClientChromium in WebCore\accessibility\chromium\AXObjectCacheChromium.cpp is incorrectly casting a WebCore::SVGImageChromeClient to a WebCore::ChromeClientChromium

This crashes when AXObjectCache::postPlatformNotification tries to call virtual method postAccessibilityNotification on a ChromeClientChromium.

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