Bug 27081 - Wrap RunLoopTimerCF.cpp in PLATFORM(MAC) && HAVE(RUNLOOP_TIMER)
Summary: Wrap RunLoopTimerCF.cpp in PLATFORM(MAC) && HAVE(RUNLOOP_TIMER)
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-08 09:12 PDT by David Kilzer (:ddkilzer)
Modified: 2009-07-08 14:06 PDT (History)
1 user (show)

See Also:


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+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David Kilzer (:ddkilzer) 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(-)
Comment 1 David Kilzer (:ddkilzer) 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