Changeset 31049 in webkit for trunk/JavaScriptCore
- Timestamp:
- Mar 13, 2008, 8:44:10 PM (17 years ago)
- Location:
- trunk/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r31048 r31049 1 1 2008-03-13 Mark Mentovai <[email protected]> 2 2 3 Reviewed by eseidel. Landed by eseidel 3 Reviewed by eseidel. Landed by eseidel. 4 5 * wtf/FastMalloc.cpp: #include <wtf/HashSet.h> outside of any 6 namespaces. 7 8 2008-03-13 Mark Mentovai <[email protected]> 9 10 Reviewed by eseidel. Landed by eseidel. 4 11 5 12 * pcre/pcre_exec.cpp: Fix misnamed variable, allowing -DDEBUG build -
trunk/JavaScriptCore/wtf/FastMalloc.cpp
r29941 r31049 237 237 #if PLATFORM(DARWIN) 238 238 #include "MallocZoneSupport.h" 239 #include <wtf/HashSet.h> 239 240 #endif 240 241 … … 3413 3414 3414 3415 #if defined(WTF_CHANGES) && PLATFORM(DARWIN) 3415 #include <wtf/HashSet.h>3416 3416 3417 3417 class FreeObjectFinder {
Note:
See TracChangeset
for help on using the changeset viewer.