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