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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 16 07:13:33 PDT 2010


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





--- Comment #9 from Adam Roben (aroben) <aroben at apple.com>  2010-08-16 07:13:33 PST ---
(In reply to comment #7)
> Perhaps the MouseEvent constructor should be explicit.

Definitely.

(In reply to comment #8)
> (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>

Hm, OK.

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