Changeset 96373 in webkit for trunk/Source/JavaScriptCore/heap


Ignore:
Timestamp:
Sep 29, 2011, 4:09:42 PM (14 years ago)
Author:
[email protected]
Message:

Build fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/heap/AllocationSpace.h

    r96372 r96373  
    5252    size_t highWaterMark() { return m_markedSpace.highWaterMark(); }
    5353
     54#if ENABLE(GGC)
    5455    void gatherDirtyCells(MarkedBlock::DirtyCellVector&);
     56#endif
    5557
    5658    template<typename Functor> typename Functor::ReturnType forEachCell(Functor&);
Note: See TracChangeset for help on using the changeset viewer.