RESOLVED FIXED 27081
Wrap RunLoopTimerCF.cpp in PLATFORM(MAC) && HAVE(RUNLOOP_TIMER)
https://bugs.webkit.org/show_bug.cgi?id=27081
Summary Wrap RunLoopTimerCF.cpp in PLATFORM(MAC) && HAVE(RUNLOOP_TIMER)
David Kilzer (:ddkilzer)
Reported 2009-07-08 09:12:41 PDT
Created attachment 32455 [details] Wrap RunLoopTimerCF.cpp in PLATFORM(MAC) && HAVE(RUNLOOP_TIMER) Reviewed by NOBODY (OOPS!). * platform/cf/RunLoopTimerCF.cpp: This code is only used on Mac OS X when HAVE(RUNLOOP_TIMER) is enabled, so wrap the code in that macro as well. --- 2 files changed, 12 insertions(+), 2 deletions(-)
Attachments
Wrap RunLoopTimerCF.cpp in PLATFORM(MAC) && HAVE(RUNLOOP_TIMER) (1.11 KB, patch)
2009-07-08 09:12 PDT, David Kilzer (:ddkilzer)
timothy: review+
David Kilzer (:ddkilzer)
Comment 1 2009-07-08 14:06:10 PDT
$ git svn dcommit Committing to http://svn.webkit.org/repository/webkit/trunk ... M WebCore/ChangeLog M WebCore/platform/cf/RunLoopTimerCF.cpp Committed r45635 http://trac.webkit.org/changeset/45635
Note You need to log in before you can comment on or make changes to this bug.