Index: src/ic.h |
diff --git a/src/ic.h b/src/ic.h |
index 7d3547134fccfa1372f32c4096b9cb6ff899de1e..e70cb82c96d59e132ce3994d5f099fc0c183cdad 100644 |
--- a/src/ic.h |
+++ b/src/ic.h |
@@ -217,7 +217,7 @@ class IC { |
virtual void UpdateMegamorphicCache(HeapType* type, Name* name, Code* code); |
void CopyICToMegamorphicCache(Handle<String> name); |
- bool IsTransitionOfMonomorphicTarget(Handle<HeapType> type); |
+ bool IsTransitionOfMonomorphicTarget(Map* source_map, Map* target_map); |
void PatchCache(Handle<HeapType> type, |
Handle<String> name, |
Handle<Code> code); |