[Webkit-unassigned] [Bug 21122] Autogenerate JS event listeners

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 30 17:13:46 PDT 2008


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





------- Comment #5 from darin at apple.com  2008-09-30 17:13 PDT -------
(In reply to comment #4)
> Seems such a static-inline probably should be in some JSBinding.h type header

As I discussed with Sam the other day. If we're putting an inline in a header
it should not be marked static. The static gives it internal linkage which is
not what we want for inline functions in a header.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list