From cf653b70ae1f21439c19843fc7fea0c6c1cfd46d Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Wed, 4 Dec 2013 09:43:21 +0400 Subject: Use WTF::yield() in SQLiteDatabase.cpp --- debian/patches/dyson-yield.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/debian/patches/dyson-yield.patch b/debian/patches/dyson-yield.patch index ea2382d..401b1a0 100644 --- a/debian/patches/dyson-yield.patch +++ b/debian/patches/dyson-yield.patch @@ -11,3 +11,16 @@ Index: qtwebkit/Source/JavaScriptCore/wtf/Threading.h +#endif #endif // Threading_h +Index: qtwebkit/Source/WebCore/platform/sql/SQLiteDatabase.cpp +=================================================================== +--- qtwebkit.orig/Source/WebCore/platform/sql/SQLiteDatabase.cpp 2011-12-25 23:12:15.000000000 +0400 ++++ qtwebkit/Source/WebCore/platform/sql/SQLiteDatabase.cpp 2013-12-04 12:06:22.191501256 +0400 +@@ -114,7 +114,7 @@ + if (!m_db) + return; + sqlite3_interrupt(m_db); +- yield(); ++ WTF::yield(); + } + + m_lockingMutex.unlock(); -- cgit v1.2.3