[Webkit-unassigned] [Bug 39243] Auto-generate Canvas overloads in JSC

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 18 15:42:15 PDT 2010


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





--- Comment #6 from Adam Barth <abarth at webkit.org>  2010-06-18 15:42:15 PST ---
(From update of attachment 56290)
WebCore/bindings/scripts/CodeGeneratorJS.pm:1163
 +          push(@implContent, "        return ${functionName}$overload->{overloadIndex}(exec, 0, thisValue, args);\n");
I don't quite understand this change.

WebCore/bindings/scripts/test/JS/JSTestObj.cpp:896
 +          return jsTestObjPrototypeFunctionOverloadedMethod4(exec, 0, thisValue, args);
Shouldn't we be passing the second arg through from our caller?

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