Chromium Code Reviews| Index: src/ic/ic.h |
| diff --git a/src/ic/ic.h b/src/ic/ic.h |
| index 63429bca6af1b3bf9ea10e946e18ee9dd7690c11..407e1cd30da812647c579c3b9f35132c74185a42 100644 |
| --- a/src/ic/ic.h |
| +++ b/src/ic/ic.h |
| @@ -120,7 +120,7 @@ class IC { |
| // keyed stores). |
| void ConfigureVectorState(MapHandleList* maps, |
| MapHandleList* transitioned_maps, |
| - CodeHandleList* handlers); |
| + List<Handle<Object>>* handlers); |
| char TransitionMarkFromState(IC::State state); |
| void TraceIC(const char* type, Handle<Object> name); |