[Webkit-unassigned] [Bug 51722] New: JSDataViewCustom.cpp gives the fastcall calling convention to functions called via C++

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 29 13:53:45 PST 2010


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

           Summary: JSDataViewCustom.cpp gives the fastcall calling
                    convention to functions called via C++
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: P3
         Component: WebGL
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mrobinson at webkit.org


JSDataView methods like JSDataView::getInt8 are labeled with JSC_HOST_CALL, which gives them the fastcall calling convention. This leads to runtime errors, because these methods are called from C++ code in the auto-generated JSDataView.cpp. This was observed when running fast/canvas/webgl/data-view-test.html on the upcoming GTK+ WebGL implementation.

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