Changeset 43338 in webkit for trunk/JavaScriptCore/jit
- Timestamp:
- May 7, 2009, 12:46:40 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/jit/ExecutableAllocator.h
r41872 r43338 27 27 #define ExecutableAllocator_h 28 28 29 #if ENABLE(ASSEMBLER)30 31 29 #include <wtf/Assertions.h> 32 30 #include <wtf/PassRefPtr.h> … … 52 50 return size; 53 51 } 52 53 } 54 55 #if ENABLE(ASSEMBLER) 56 57 namespace JSC { 54 58 55 59 class ExecutablePool : public RefCounted<ExecutablePool> {
Note:
See TracChangeset
for help on using the changeset viewer.