Changeset 64587 in webkit for trunk/JavaScriptCore/runtime/GCActivityCallbackCF.cpp
- Timestamp:
- Aug 3, 2010, 2:01:12 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/GCActivityCallbackCF.cpp
r64585 r64587 32 32 #include "Collector.h" 33 33 #include "JSLock.h" 34 #include <CoreFoundation/CoreFoundation.h> 34 35 35 #if PLATFORM(CF) 36 #include <CoreFoundation/CoreFoundation.h> 36 #if !PLATFORM(CF) 37 #error "This file should only be used on CF platforms." 38 #endif 37 39 38 40 namespace JSC { … … 79 81 80 82 } 81 82 #endif
Note:
See TracChangeset
for help on using the changeset viewer.