Changeset 122624 in webkit for trunk/Source/JavaScriptCore/heap/HeapTimer.h
- Timestamp:
- Jul 13, 2012, 1:12:36 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/heap/HeapTimer.h
r121381 r122624 32 32 #if USE(CF) 33 33 #include <CoreFoundation/CoreFoundation.h> 34 #elif PLATFORM(BLACKBERRY) 35 #include <BlackBerryPlatformTimer.h> 34 36 #endif 35 37 … … 64 66 65 67 Mutex m_shutdownMutex; 68 #elif PLATFORM(BLACKBERRY) 69 void timerDidFire(); 70 71 BlackBerry::Platform::Timer<HeapTimer> m_timer; 66 72 #endif 67 73
Note:
See TracChangeset
for help on using the changeset viewer.