Changeset 66538 in webkit for trunk/JavaScriptCore/wtf/TCPageMap.h
- Timestamp:
- Aug 31, 2010, 2:34:43 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wtf/TCPageMap.h
r41443 r66538 73 73 // Ensure that the map contains initialized entries "x .. x+n-1". 74 74 // Returns true if successful, false if we could not allocate memory. 75 bool Ensure(Number x, size_t n) {75 bool Ensure(Number, size_t) { 76 76 // Nothing to do since flat array was allocate at start 77 77 return true;
Note:
See TracChangeset
for help on using the changeset viewer.