12014-03-21 Andres Gomez <agomez@igalia.com>
2
3 [GTK] Build fails with GCC < 4.8.x
4 https://bugs.webkit.org/show_bug.cgi?id=130585
5
6 Reviewed by NOBODY (OOPS!).
7
8 The behavior in lower versions of GCC seem to be related to
9 http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-active.html#2132.
10
11 Provided explicit casts for the failing ambiguous overloads.
12
13 * wtf/gtk/MainThreadGtk.cpp:
14 (WTF::scheduleDispatchFunctionsOnMainThread):
15 * wtf/gtk/RunLoopGtk.cpp:
16 (WTF::RunLoop::wakeUp):
17