commit | e4693931a12b1ba59e606ef69cb6300051070ead | [log] [tgz] |
---|---|---|
author | jmalonzo@webkit.org <jmalonzo@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc> | Wed Aug 13 19:42:08 2008 +0000 |
committer | jmalonzo@webkit.org <jmalonzo@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc> | Wed Aug 13 19:42:08 2008 +0000 |
tree | 222039c1ee16a28cc3dfb9328a291608c534483d | |
parent | ee52d73fb92ac5d1487143d476d2164edc16af47 [diff] |
2008-08-13 Jan Michael Alonzo <jmalonzo@webkit.org> Reviewed by Holger Freyther. http://bugs.webkit.org/show_bug.cgi?id=20318 SharedTimerGtk should use G_PRIORITY_DEFAULT_IDLE for g_idle_add g_idle_add is the same as g_idle_add_full with a priority of G_PRIORITY_DEFAULT_IDLE, so we can safely use that. * platform/gtk/SharedTimerGtk.cpp: (WebCore::setSharedTimerFireTime): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@35724 268f45cc-cd09-0410-ab3c-d52691b4dbfc