[Webkit-unassigned] [Bug 74068] New: Fixing support for static conditional overloaded functions
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Dec 8 02:01:02 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=74068
Summary: Fixing support for static conditional overloaded
functions
Product: WebKit
Version: 525.x (Safari 3.2)
Platform: Unspecified
URL: http://www.w3.org/TR/WebIDL/#idl-overloading
OS/Version: Unspecified
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: HTML DOM
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: kaustubh at motorola.com
CC: arv at chromium.org
Need to fix the support for static conditional overloaded functions in JSC. For all other frameworks its working.
When overloaded functions are conditional, there are two local static functions are created. The bindings generator script pushes this "static" keyword first and then pushes "#if {conditional}" later which causes incorrect bindings being generated.
--
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