Changeset 729
- Timestamp:
- May 12, 2010, 10:17:49 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/3rdparty/webkit/JavaScriptCore/runtime/Collector.cpp
r728 r729 259 259 DosAllocMem(&address, BLOCK_SIZE, PAG_COMMIT | PAG_READ | PAG_WRITE); 260 260 memset(address, 0, BLOCK_SIZE); 261 262 261 263 #elif PLATFORM(WIN_OS) 262 264 #if COMPILER(MINGW)
Note:
See TracChangeset
for help on using the changeset viewer.