[Webkit-unassigned] [Bug 39971] New: Geolocation broken by r59800 (bug 39393)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 31 15:29:33 PDT 2010


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

           Summary: Geolocation broken by r59800 (bug 39393)
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: yong.li.webkit at gmail.com


"JSFunction need not be a subclass of InternalFunction" broke things like this:

    // The spec specifies 'FunctionOnly' for this object.
    if (!value.inherits(&InternalFunction::info)) {

where it's assumed that JSFunction::info inherits from InternalFunction::info.

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