Changeset 49679 in webkit for trunk/JavaScriptCore/jit/ExecutableAllocator.h
- Timestamp:
- Oct 16, 2009, 8:45:38 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/jit/ExecutableAllocator.h
r48824 r49679 79 79 char* pages; 80 80 size_t size; 81 #if PLATFORM(SYMBIAN) 82 RChunk* chunk; 83 #endif 81 84 }; 82 85 typedef Vector<Allocation, 2> AllocationList;
Note:
See TracChangeset
for help on using the changeset viewer.