]> git.saurik.com Git - apple/javascriptcore.git/blobdiff - wtf/gtk/MainThreadGtk.cpp
JavaScriptCore-621.1.tar.gz
[apple/javascriptcore.git] / wtf / gtk / MainThreadGtk.cpp
index a6e061f637421381ddcab4d6a5e645dfb517330d..7624247b6265d4ed360e51bb611ce939f5c78007 100644 (file)
 
 namespace WTF {
 
+void initializeMainThreadPlatform()
+{
+}
+
 static gboolean timeoutFired(gpointer)
 {
     dispatchFunctionsFromMainThread();
@@ -45,5 +49,4 @@ void scheduleDispatchFunctionsOnMainThread()
     g_timeout_add(0, timeoutFired, 0);
 }
 
-
-}
+} // namespace WTF