Ignore:
Timestamp:
Aug 10, 2010, 11:00:33 PM (15 years ago)
Author:
[email protected]
Message:

Unreviewed, reverting an unintentional change to a file submitted in r65108.

  • bytecode/CodeBlock.h:

(JSC::binaryChop):

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/bytecode/CodeBlock.h

    r65108 r65125  
    258258        // If we reach this point we've chopped down to one element, no need to check it matches
    259259        ASSERT(size == 1);
    260         //ASSERT(key == valueAtPosition(&array[0]));
     260        ASSERT(key == valueAtPosition(&array[0]));
    261261        return &array[0];
    262262    }
Note: See TracChangeset for help on using the changeset viewer.