Ignore:
Timestamp:
Apr 27, 2012, 2:16:29 PM (13 years ago)
Author:
[email protected]
Message:

Correct assertion.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/interpreter/Interpreter.cpp

    r115483 r115493  
    10101010    bool isInterrupt = false;
    10111011
    1012     ASSERT(exceptionValue.isEmpty());
     1012    ASSERT(!exceptionValue.isEmpty());
    10131013    ASSERT(!exceptionValue.isCell() || exceptionValue.asCell());
    10141014    // This shouldn't be possible (hence the assertions), but we're already in the slowest of
Note: See TracChangeset for help on using the changeset viewer.