Changeset 177023 in webkit for trunk/Source/WTF/wtf/ThreadingPthreads.cpp
- Timestamp:
- Dec 9, 2014, 10:21:16 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WTF/wtf/ThreadingPthreads.cpp
r170065 r177023 56 56 #endif 57 57 58 #if OS(MAC_OS_X)58 #if PLATFORM(MAC) 59 59 #include <objc/objc-auto.h> 60 60 #endif … … 203 203 #endif 204 204 205 #if OS(MAC_OS_X)205 #if PLATFORM(MAC) 206 206 // All threads that potentially use APIs above the BSD layer must be registered with the Objective-C 207 207 // garbage collector in case API implementations use garbage-collected memory.
Note:
See TracChangeset
for help on using the changeset viewer.