Bug 77828 - [EFL] Remove g_thread_init() calls
Summary: [EFL] Remove g_thread_init() calls
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit EFL (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Gyuyoung Kim
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-05 01:07 PST by Gyuyoung Kim
Modified: 2012-02-05 06:02 PST (History)
4 users (show)

See Also:


Attachments
Patch (1.42 KB, patch)
2012-02-05 01:09 PST, Gyuyoung Kim
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gyuyoung Kim 2012-02-05 01:07:56 PST
g_thread_init has been deprecated since glib 2.32. This function is no longer necessary. The GLib threading system is automatically initialized at the start of your program. GTK port already remove g_thread_init call in Bug 70717.
Comment 1 Gyuyoung Kim 2012-02-05 01:09:33 PST
Created attachment 125521 [details]
Patch
Comment 2 WebKit Review Bot 2012-02-05 06:02:20 PST
Comment on attachment 125521 [details]
Patch

Clearing flags on attachment: 125521

Committed r106760: <http://trac.webkit.org/changeset/106760>
Comment 3 WebKit Review Bot 2012-02-05 06:02:24 PST
All reviewed patches have been landed.  Closing bug.