Ignore:
Timestamp:
Oct 16, 2009, 7:31:42 PM (16 years ago)
Author:
[email protected]
Message:

Roll out r49717 as it broke the build.

File:
1 edited

Legend:

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

    r49717 r49726  
    4848
    4949        ALWAYS_INLINE void append(JSValue);
    50         void append(JSCell*);
     50        ALWAYS_INLINE 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.