Bug 176329

Summary: [GTK] Wrong use of PLUGIN_ARCHITECTURE(X11) in several places
Product: WebKit Reporter: Carlos Garcia Campos <cgarcia>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: bugs-noreply, mcatanzaro
Priority: P2 Keywords: Gtk
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 176330    
Attachments:
Description Flags
Patch mcatanzaro: review+

Description Carlos Garcia Campos 2017-09-04 06:18:55 PDT
We are using PLUGIN_ARCHITECTURE(X11) in several places where we shoudl actually be using PLATFORM(X11). This is confusing because PLUGIN_ARCHITECTURE(X11) is no longer specific to X11, it will be renamed as UNIX in a follow up patch.
Comment 1 Carlos Garcia Campos 2017-09-04 06:26:46 PDT
Created attachment 319848 [details]
Patch
Comment 2 Carlos Garcia Campos 2017-09-05 00:17:00 PDT
Committed r221609: <http://trac.webkit.org/changeset/221609>