Changeset 161650 in webkit for trunk/Source/JavaScriptCore/heap/HeapTimer.h
- Timestamp:
- Jan 10, 2014, 10:38:41 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/heap/HeapTimer.h
r157920 r161650 32 32 #if USE(CF) 33 33 #include <CoreFoundation/CoreFoundation.h> 34 #elif PLATFORM(BLACKBERRY)35 #include <BlackBerryPlatformTimer.h>36 34 #elif PLATFORM(EFL) 37 35 #if USE(EO) … … 69 67 70 68 Mutex m_shutdownMutex; 71 #elif PLATFORM(BLACKBERRY)72 void timerDidFire();73 74 BlackBerry::Platform::Timer<HeapTimer> m_timer;75 69 #elif PLATFORM(EFL) 76 70 static bool timerEvent(void*);
Note:
See TracChangeset
for help on using the changeset viewer.