Changeset 65125 in webkit for trunk/JavaScriptCore/bytecode/CodeBlock.h
- Timestamp:
- Aug 10, 2010, 11:00:33 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/bytecode/CodeBlock.h
r65108 r65125 258 258 // If we reach this point we've chopped down to one element, no need to check it matches 259 259 ASSERT(size == 1); 260 //ASSERT(key == valueAtPosition(&array[0]));260 ASSERT(key == valueAtPosition(&array[0])); 261 261 return &array[0]; 262 262 }
Note:
See TracChangeset
for help on using the changeset viewer.