Bug 48683 - Add a MessageSender class template
Summary: Add a MessageSender class template
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-29 14:54 PDT by Anders Carlsson
Modified: 2010-12-14 09:11 PST (History)
1 user (show)

See Also:


Attachments
Patch (11.96 KB, patch)
2010-10-29 14:57 PDT, Anders Carlsson
aroben: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>