X-Git-Url: https://git.saurik.com/apple/javascriptcore.git/blobdiff_plain/9dae56ea45a0f5f8136a5c93d6f3a7f99399ca73..4e4e5a6f2694187498445a6ac6f1634ce8141119:/wtf/gtk/MainThreadGtk.cpp diff --git a/wtf/gtk/MainThreadGtk.cpp b/wtf/gtk/MainThreadGtk.cpp index a6e061f..7624247 100644 --- a/wtf/gtk/MainThreadGtk.cpp +++ b/wtf/gtk/MainThreadGtk.cpp @@ -34,6 +34,10 @@ namespace WTF { +void initializeMainThreadPlatform() +{ +} + static gboolean timeoutFired(gpointer) { dispatchFunctionsFromMainThread(); @@ -45,5 +49,4 @@ void scheduleDispatchFunctionsOnMainThread() g_timeout_add(0, timeoutFired, 0); } - -} +} // namespace WTF