summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/RunLoopTimer.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/platform/RunLoopTimer.h')
-rw-r--r--Source/WebCore/platform/RunLoopTimer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/platform/RunLoopTimer.h b/Source/WebCore/platform/RunLoopTimer.h
index f8c529f..867b159 100644
--- a/Source/WebCore/platform/RunLoopTimer.h
+++ b/Source/WebCore/platform/RunLoopTimer.h
@@ -56,7 +56,7 @@ public:
virtual void fired() = 0;
private:
-#if PLATFORM(CF)
+#if USE(CF)
RetainPtr<CFRunLoopTimerRef> m_timer;
#endif
};