Bug 48683

Summary: Add a MessageSender class template
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal CC: eric
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Attachments:
Description Flags
Patch aroben: review+

Description Anders Carlsson 2010-10-29 14:54:27 PDT
Add a MessageSender class template
Comment 1 Anders Carlsson 2010-10-29 14:57:31 PDT
Created attachment 72399 [details]
Patch
Comment 2 Adam Roben (:aroben) 2010-10-29 14:58:50 PDT
Comment on attachment 72399 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=72399&action=review

> WebKit2/WebProcess/WebPage/WebPage.h:94
> +    CoreIPC::Connection* connection();

This could be a const member function. Or a static member function.
Comment 3 Eric Seidel (no email) 2010-12-14 01:48:41 PST
I assume this was landed but not closed?  (webkit-patch land ftw!)
Comment 4 Anders Carlsson 2010-12-14 09:11:47 PST
Committed r70934: <http://trac.webkit.org/changeset/70934>