Changeset 27712 in webkit for trunk/JavaScriptCore
- Timestamp:
- Nov 12, 2007, 1:59:45 AM (18 years ago)
- Location:
- trunk/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r27711 r27712 1 2007-11-12 Adam Roben <[email protected]> 2 3 Build fix 4 5 * wtf/FastMalloc.h: Add missing using statement. 6 1 7 2007-11-11 Oliver Hunt <[email protected]> 2 8 -
trunk/JavaScriptCore/wtf/FastMalloc.h
r27711 r27712 44 44 45 45 using WTF::fastMalloc; 46 using WTF::fastZeroedMalloc; 46 47 using WTF::fastCalloc; 47 48 using WTF::fastRealloc;
Note:
See TracChangeset
for help on using the changeset viewer.