Ignore:
Timestamp:
Nov 21, 2008, 10:49:03 AM (17 years ago)
Author:
[email protected]
Message:

Reviewed by Sam Weinig.

https://bugs.webkit.org/show_bug.cgi?id=22402
Replace abort() with CRASH()

  • wtf/Assertions.h: Added abort() after an attempt to crash for extra safety.
  • runtime/Collector.cpp:
  • wtf/FastMalloc.cpp:
  • wtf/FastMalloc.h:
  • wtf/TCSpinLock.h: Replace abort() with CRASH().
File:
1 edited

Legend:

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

    r37804 r38665  
    2828namespace WTF {
    2929
    30     // These functions call abort() if an allocation fails.
     30    // These functions call CRASH() 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.