Ignore:
Timestamp:
Oct 8, 2009, 3:25:14 PM (16 years ago)
Author:
[email protected]
Message:

Rolled out r49322 and friends because they killed the build

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/runtime/JSCell.h

    r49323 r49328  
    343343    }
    344344
     345    inline void Structure::markAggregate(MarkStack& markStack)
     346    {
     347        markStack.append(m_prototype);
     348    }
     349
    345350    inline Heap* Heap::heap(JSValue v)
    346351    {
Note: See TracChangeset for help on using the changeset viewer.