[Webkit-unassigned] [Bug 22460] New: Calls to console.trace() ASSERT due to JSFunction's incomplete inheritance chain

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 24 12:01:00 PST 2008


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

           Summary: Calls to console.trace() ASSERT due to JSFunction's
                    incomplete inheritance chain
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: dglazkov at chromium.org


The issue occurs because JSFunction instance's prototype chain is walked to see
if it is an InternalFunction (and it turns out it's not!) in JSCell::isObject.

The fix is to add the InternalFunctio::info as a parent in JSFunction::info.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list