Bug 169736

Summary: [GLIB] MainThread implementation is not GTK+ specific
Product: WebKit Reporter: Carlos Garcia Campos <cgarcia>
Component: Web Template FrameworkAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: benjamin, bugs-noreply, cdumez, cmarcelo, commit-queue, dbates, zan
Priority: P2 Keywords: Gtk
Version: WebKit Local Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch ysuzuki: review+

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>