diff options
Diffstat (limited to 'WebCore/platform/cf')
-rw-r--r-- | WebCore/platform/cf/RunLoopTimerCF.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/WebCore/platform/cf/RunLoopTimerCF.cpp b/WebCore/platform/cf/RunLoopTimerCF.cpp index c97dd21..e2754fb 100644 --- a/WebCore/platform/cf/RunLoopTimerCF.cpp +++ b/WebCore/platform/cf/RunLoopTimerCF.cpp @@ -29,7 +29,7 @@ #include "config.h" #include "RunLoopTimer.h" -#if PLATFORM(MAC) +#if PLATFORM(MAC) && HAVE(RUNLOOP_TIMER) namespace WebCore { @@ -81,4 +81,4 @@ bool RunLoopTimerBase::isActive() const } // namespace WebCore -#endif +#endif // PLATFORM(MAC) && HAVE(RUNLOOP_TIMER) |