[Webkit-unassigned] [Bug 61239] Unbearably slow performance on MinGW-w64

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Dec 10 19:22:04 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=61239





--- Comment #7 from Jonathan Liu <net147 at gmail.com>  2011-12-10 19:22:04 PST ---
Seems to be a problem related to the Windows implementation of wtf::currentTime(). Modifying wtf::currentTime() to return double(QDateTime::currentMSecsSinceEpoch()) / 1000.0 solves the problem for me.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list