| Index: src/objects.cc | 
| diff --git a/src/objects.cc b/src/objects.cc | 
| index 30778e4765232c9414da146cdff5f18d62b8df25..9c1a9cd69f5ee0ceba6416fdba0a2309660f541b 100644 | 
| --- a/src/objects.cc | 
| +++ b/src/objects.cc | 
| @@ -11100,11 +11100,6 @@ void Code::PrintExtraICState(FILE* out, Kind kind, ExtraICState extra) { | 
| PrintF(out, "extra_ic_state = "); | 
| const char* name = NULL; | 
| switch (kind) { | 
| -    case CALL_IC: | 
| -      if (extra == STRING_INDEX_OUT_OF_BOUNDS) { | 
| -        name = "STRING_INDEX_OUT_OF_BOUNDS"; | 
| -      } | 
| -      break; | 
| case STORE_IC: | 
| case KEYED_STORE_IC: | 
| if (extra == kStrictMode) { | 
|  |