Bug 139992 - Removes some unnecessary use of LegacyReceiver
Summary: Removes some unnecessary use of LegacyReceiver
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Sam Weinig
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-29 10:57 PST by Sam Weinig
Modified: 2014-12-29 11:08 PST (History)
0 users

See Also:


Attachments
Patch (7.48 KB, patch)
2014-12-29 10:58 PST, Sam Weinig
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sam Weinig 2014-12-29 10:57:55 PST
Removes some unnecessary use of LegacyReceiver
Comment 1 Sam Weinig 2014-12-29 10:58:48 PST
Created attachment 243802 [details]
Patch
Comment 2 Anders Carlsson 2014-12-29 11:06:14 PST
Comment on attachment 243802 [details]
Patch

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

> Source/WebKit2/Shared/WebConnection.h:54
>      // Implemented in generated WebConnectionMessageReceiver.cpp

I think we can get rid of this comment.

> Source/WebKit2/UIProcess/WebProcessPool.h:381
>      // Implemented in generated WebProcessPoolMessageReceiver.cpp

This too.
Comment 3 Sam Weinig 2014-12-29 11:08:17 PST
Committed r177797: <http://trac.webkit.org/changeset/177797>