WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
51722
JSDataViewCustom.cpp gives the fastcall calling convention to functions called via C++
https://bugs.webkit.org/show_bug.cgi?id=51722
Summary
JSDataViewCustom.cpp gives the fastcall calling convention to functions calle...
Martin Robinson
Reported
2010-12-29 13:53:45 PST
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.
Attachments
Patch
(4.97 KB, patch)
2010-12-29 14:11 PST
,
Martin Robinson
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Martin Robinson
Comment 1
2010-12-29 14:11:33 PST
Created
attachment 77643
[details]
Patch
Martin Robinson
Comment 2
2010-12-29 14:21:12 PST
Committed
r74760
: <
http://trac.webkit.org/changeset/74760
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug