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/JSValue.h

    r49717 r49726  
    374374    }
    375375
    376     // FIXME: We should deprecate this and just use JSValue::asCell() instead.
    377     JSCell* asCell(JSValue);
    378 
    379     inline JSCell* asCell(JSValue value)
    380     {
    381         return value.asCell();
    382     }
    383 
    384376    ALWAYS_INLINE int32_t JSValue::toInt32(ExecState* exec) const
    385377    {
Note: See TracChangeset for help on using the changeset viewer.