Changeset 52047 in webkit for trunk/JavaScriptCore/API/JSBase.cpp


Ignore:
Timestamp:
Dec 11, 2009, 11:20:27 PM (15 years ago)
Author:
[email protected]
Message:

Rolled out my last patch because the bots were crashing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/API/JSBase.cpp

    r52040 r52047  
    100100
    101101    if (!globalData.heap.isBusy())
    102         globalData.heap.collectAllGarbage();
     102        globalData.heap.collect();
    103103
    104104    // FIXME: Perhaps we should trigger a second mark and sweep
Note: See TracChangeset for help on using the changeset viewer.