Changeset 165933 in webkit for trunk/Source/JavaScriptCore/heap/HeapOperation.h
- Timestamp:
- Mar 19, 2014, 5:18:26 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/heap/HeapOperation.h
r165926 r165933 29 29 namespace JSC { 30 30 31 enum HeapOperation { NoOperation, Allocation, FullCollection, EdenCollection , AnyCollection};31 enum HeapOperation { NoOperation, Allocation, FullCollection, EdenCollection }; 32 32 33 33 } // namespace JSC
Note:
See TracChangeset
for help on using the changeset viewer.