Bug 176329 - [GTK] Wrong use of PLUGIN_ARCHITECTURE(X11) in several places
Summary: [GTK] Wrong use of PLUGIN_ARCHITECTURE(X11) in several places
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk
Depends on:
Blocks: 176330
  Show dependency treegraph
 
Reported: 2017-09-04 06:18 PDT by Carlos Garcia Campos
Modified: 2017-09-05 00:17 PDT (History)
2 users (show)

See Also:


Attachments
Patch (24.97 KB, patch)
2017-09-04 06:26 PDT, Carlos Garcia Campos
mcatanzaro: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>