Ignore:
Timestamp:
Nov 21, 2008, 12:09:40 PM (17 years ago)
Author:
[email protected]
Message:

Reverted fix for bug 22042 (Replace abort() with CRASH()), because it was breaking
FOR_EACH_OPCODE_ID macro somehow, making Safari crash.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/wtf/FastMalloc.h

    r38665 r38672  
    2828namespace WTF {
    2929
    30     // These functions call CRASH() if an allocation fails.
     30    // These functions call abort() if an allocation fails.
    3131    void* fastMalloc(size_t n);
    3232    void* fastZeroedMalloc(size_t n);
Note: See TracChangeset for help on using the changeset viewer.