Bug 169736 - [GLIB] MainThread implementation is not GTK+ specific
Summary: [GLIB] MainThread implementation is not GTK+ specific
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Template Framework (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk
Depends on:
Blocks:
 
Reported: 2017-03-16 00:49 PDT by Carlos Garcia Campos
Modified: 2017-03-16 02:57 PDT (History)
7 users (show)

See Also:


Attachments
Patch (2.81 KB, patch)
2017-03-16 00:51 PDT, Carlos Garcia Campos
ysuzuki: 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-03-16 00:49:59 PDT
It's implemented in MainThreadGLib.cpp for glib based ports, so ifdefs in MainThread.cpp should not be PLATFORM(GTK) but USE(GLIB)
Comment 1 Carlos Garcia Campos 2017-03-16 00:51:46 PDT
Created attachment 304616 [details]
Patch
Comment 2 Yusuke Suzuki 2017-03-16 01:11:21 PDT
Comment on attachment 304616 [details]
Patch

r=me
Comment 3 Carlos Garcia Campos 2017-03-16 02:57:34 PDT
Committed r214035: <http://trac.webkit.org/changeset/214035>