Changeset 11918 in webkit for trunk/JavaScriptCore/kjs/collector.cpp
- Timestamp:
- Jan 6, 2006, 2:43:44 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/collector.cpp
r11566 r11918 43 43 #elif WIN32 44 44 45 #undef ERROR 45 46 #include <windows.h> 46 47 … … 159 160 allocateNewBlock: 160 161 // didn't find one, need to allocate a new block 161 162 162 size_t numBlocks = heap.numBlocks; 163 163 if (usedBlocks == numBlocks) { … … 591 591 } 592 592 593 #if APPLE_CHANGES593 #if __APPLE__ 594 594 595 595 static const char *className(JSCell *val)
Note:
See TracChangeset
for help on using the changeset viewer.