From 8f72e70a9fd78eec56623b3a62e68f16b7b27e28 Mon Sep 17 00:00:00 2001 From: Feng Qian <> Date: Fri, 10 Apr 2009 18:11:29 -0700 Subject: AI 145796: Land the WebKit merge @r42026. Automated import of CL 145796 --- JavaScriptCore/wtf/qt/MainThreadQt.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'JavaScriptCore/wtf/qt/MainThreadQt.cpp') diff --git a/JavaScriptCore/wtf/qt/MainThreadQt.cpp b/JavaScriptCore/wtf/qt/MainThreadQt.cpp index 1914600..7b2d0f2 100644 --- a/JavaScriptCore/wtf/qt/MainThreadQt.cpp +++ b/JavaScriptCore/wtf/qt/MainThreadQt.cpp @@ -58,12 +58,15 @@ void MainThreadInvoker::dispatch() Q_GLOBAL_STATIC(MainThreadInvoker, webkit_main_thread_invoker) +void initializeMainThreadPlatform() +{ +} void scheduleDispatchFunctionsOnMainThread() { QMetaObject::invokeMethod(webkit_main_thread_invoker(), "dispatch", Qt::QueuedConnection); } -} +} // namespace WTF #include "MainThreadQt.moc" -- cgit v1.1