Changeset 67138 in webkit for trunk/JavaScriptCore/jit
- Timestamp:
- Sep 9, 2010, 6:08:37 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/jit/ExecutableAllocator.cpp
r66150 r67138 67 67 return true; 68 68 } 69 70 size_t ExecutableAllocator::committedByteCount() 71 { 72 return 0; 73 } 69 74 70 75 #endif
Note:
See TracChangeset
for help on using the changeset viewer.