Bug 92788

Summary: [WK2] Use an actual WebProcessProxy when decoding messages
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: WebKit2Assignee: Alexey Proskuryakov <ap>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, sam
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
proposed patch andersca: review+

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