Ignore:
Timestamp:
May 21, 2010, 4:49:48 PM (15 years ago)
Author:
[email protected]
Message:

Unreviewed build fix.

Patch by David Levin <[email protected]> on 2010-05-21

  • wtf/SizeLimits.cpp: Removed a check while I figure out how to write it properly.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/runtime/JSString.cpp

    r59170 r59974  
    5858        ASSERT(!isRope());
    5959        ASSERT(m_value == UString());
    60         throwOutOfMemoryError(exec);
     60        if (exec)
     61            throwOutOfMemoryError(exec);
    6162        return;
    6263    }
Note: See TracChangeset for help on using the changeset viewer.