Ignore:
Timestamp:
Oct 16, 2009, 10:52:20 PM (16 years ago)
Author:
[email protected]
Message:

Rolled back in r49717 with the build maybe working now?

File:
1 edited

Legend:

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

    r49726 r49734  
    4848
    4949        ALWAYS_INLINE void append(JSValue);
    50         ALWAYS_INLINE void append(JSCell*);
     50        void append(JSCell*);
    5151       
    5252        ALWAYS_INLINE void appendValues(Register* values, size_t count, MarkSetProperties properties = NoNullValues)
Note: See TracChangeset for help on using the changeset viewer.