Bug 141309

Summary: Don't pass architecture to development plug-in XPC services
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: WebKit2Assignee: Alexey Proskuryakov <ap>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, sam
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=141043
Attachments:
Description Flags
proposed patch none

Description Alexey Proskuryakov 2015-02-05 15:43:22 PST
Just like with production services, we now have separate XPC services for 32-bit and 64-bit in development. So in fat builds, they are the correct architecture form the start, and in non-fat builds, there is no code for another architecture anyway, so specifying it doesn't help.
Comment 1 Alexey Proskuryakov 2015-02-05 15:46:19 PST
Created attachment 246134 [details]
proposed patch
Comment 2 WebKit Commit Bot 2015-02-05 17:24:31 PST
Comment on attachment 246134 [details]
proposed patch

Clearing flags on attachment: 246134

Committed r179732: <http://trac.webkit.org/changeset/179732>
Comment 3 WebKit Commit Bot 2015-02-05 17:24:34 PST
All reviewed patches have been landed.  Closing bug.