git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
2011-02-23 Patrick Gansterer <paroga@webkit.org>
[WebKit-https.git]
/
Source
/
WebCore
/
platform
/
RunLoopTimer.h
diff --git
a/Source/WebCore/platform/RunLoopTimer.h
b/Source/WebCore/platform/RunLoopTimer.h
index
f8c529f
..
867b159
100644
(file)
--- 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
};