Bug 92788 - [WK2] Use an actual WebProcessProxy when decoding messages
Summary: [WK2] Use an actual WebProcessProxy when decoding messages
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Alexey Proskuryakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-31 13:31 PDT by Alexey Proskuryakov
Modified: 2012-07-31 14:22 PDT (History)
2 users (show)

See Also:


Attachments
proposed patch (27.59 KB, patch)
2012-07-31 13:47 PDT, Alexey Proskuryakov
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 2012-07-31 13:31:01 PDT
WebContextUserMessageDecoder gets process proxy from a WebContext object, but we know which process a message came from, and can just use that.
Comment 1 Alexey Proskuryakov 2012-07-31 13:47:12 PDT
Created attachment 155626 [details]
proposed patch
Comment 2 Alexey Proskuryakov 2012-07-31 14:22:59 PDT
Committed <http://trac.webkit.org/changeset/124249>.