Chromium Code Reviews| Index: src/objects.h |
| diff --git a/src/objects.h b/src/objects.h |
| index 1a2187f1239028d02a1cbed1a6efb15dffe28b02..d44ae28053de6cce777caf8129c8fa84f07d0254 100644 |
| --- a/src/objects.h |
| +++ b/src/objects.h |
| @@ -5238,6 +5238,7 @@ class Code: public HeapObject { |
| // Find the first map in an IC stub. |
| Map* FindFirstMap(); |
| void FindAllMaps(MapHandleList* maps); |
| + void FindAllTypes(TypeHandleList* types); |
| void ReplaceFirstMap(Map* replace); |
| // Find the first handler in an IC stub. |