Changeset 153965 in webkit
- Timestamp:
- Aug 12, 2013, 4:56:39 PM (12 years ago)
- Location:
- trunk/Source/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r153963 r153965 1 2013-08-12 Oliver Hunt <oliver@apple.com> 2 3 Build fix 4 5 * runtime/JSCell.h: 6 1 7 2013-08-12 Oliver Hunt <oliver@apple.com> 2 8 -
trunk/Source/JavaScriptCore/runtime/JSCell.h
r153720 r153965 49 49 IncludeDontEnumProperties 50 50 }; 51 52 template<typename T> void* allocateCell(Heap&); 53 template<typename T> void* allocateCell(Heap&, size_t); 51 54 52 55 class JSCell {
Note:
See TracChangeset
for help on using the changeset viewer.