RESOLVED FIXED77828
[EFL] Remove g_thread_init() calls
https://bugs.webkit.org/show_bug.cgi?id=77828
Summary [EFL] Remove g_thread_init() calls
Gyuyoung Kim
Reported 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.
Attachments
Patch (1.42 KB, patch)
2012-02-05 01:09 PST, Gyuyoung Kim
no flags
Gyuyoung Kim
Comment 1 2012-02-05 01:09:33 PST
WebKit Review Bot
Comment 2 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>
WebKit Review Bot
Comment 3 2012-02-05 06:02:24 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.