summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/qt/EventLoopQt.cpp
diff options
context:
space:
mode:
authorKonstantin Tokarev <annulen@yandex.ru>2017-12-14 22:39:30 +0300
committerKonstantin Tokarev <annulen@yandex.ru>2017-12-21 17:42:22 +0000
commit8cab1238d6ea14fa6a61ed4e0c5d39ccd0736ec2 (patch)
tree79f0a9f1e95dc80ba9b0d5cfaab9edddf27ec73f /Source/WebCore/platform/qt/EventLoopQt.cpp
parent35655d5f4bad248ead1700b59c381cc568b4e98b (diff)
Import WebKit commit 3b024218447b7838f08ccd8cf2c8515387ae41c2
Change-Id: I0698c3862a53268111308c191c45167e36898dbb Reviewed-by: Konstantin Tokarev <annulen@yandex.ru>
Diffstat (limited to 'Source/WebCore/platform/qt/EventLoopQt.cpp')
-rw-r--r--Source/WebCore/platform/qt/EventLoopQt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/platform/qt/EventLoopQt.cpp b/Source/WebCore/platform/qt/EventLoopQt.cpp
index 39bb54c53..c0ca31ec5 100644
--- a/Source/WebCore/platform/qt/EventLoopQt.cpp
+++ b/Source/WebCore/platform/qt/EventLoopQt.cpp
@@ -26,7 +26,7 @@ namespace WebCore {
void EventLoop::cycle()
{
- QCoreApplication::processEvents();
+ QCoreApplication::processEvents(QEventLoop::WaitForMoreEvents);
}
} // namespace WebCore