[Webkit-unassigned] [Bug 43636] IPC in WebKit2 is not type-safe

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Aug 7 14:58:23 PDT 2010


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





--- Comment #8 from Anders Carlsson <andersca at apple.com>  2010-08-07 14:58:23 PST ---
(In reply to comment #4)

>         struct MouseEvent : Arguments1<WebMouseEvent> {

This should be Arguments1<const MouseEvent&> I think.

>         struct RunJavaScriptInMainFrame : Arguments2<WebCore::String, uint64_t> {

And this should be Arguments2<const WebCore::String&, uint64_t>

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