Changeset 174509 in webkit for trunk/Source/JavaScriptCore/heap/HeapStatistics.cpp
- Timestamp:
- Oct 9, 2014, 10:01:07 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/heap/HeapStatistics.cpp
r173062 r174509 29 29 #include "Heap.h" 30 30 #include "HeapIterationScope.h" 31 #include "JSCInlines.h" 31 32 #include "JSObject.h" 32 #include "JSCInlines.h"33 33 #include "Options.h" 34 34 #include <stdlib.h> … … 133 133 void HeapStatistics::exitWithFailure() 134 134 { 135 exit(-1); 135 136 } 136 137
Note:
See TracChangeset
for help on using the changeset viewer.