| Index: src/log.cc
|
| ===================================================================
|
| --- src/log.cc (revision 8025)
|
| +++ src/log.cc (working copy)
|
| @@ -1604,8 +1604,8 @@
|
| case Code::FUNCTION:
|
| case Code::OPTIMIZED_FUNCTION:
|
| return; // We log this later using LogCompiledFunctions.
|
| - case Code::TYPE_RECORDING_UNARY_OP_IC: // fall through
|
| - case Code::TYPE_RECORDING_BINARY_OP_IC: // fall through
|
| + case Code::UNARY_OP_IC: // fall through
|
| + case Code::BINARY_OP_IC: // fall through
|
| case Code::COMPARE_IC: // fall through
|
| case Code::STUB:
|
| description =
|
|
|