Chromium Code Reviews| Index: src/ic/stub-cache.h |
| diff --git a/src/ic/stub-cache.h b/src/ic/stub-cache.h |
| index a053555d9f0b5b0fd900ddc28ddc70d4a950886d..ebcff448add27aa5b83b3f9078f3cf45726b8e4b 100644 |
| --- a/src/ic/stub-cache.h |
| +++ b/src/ic/stub-cache.h |
| @@ -10,6 +10,7 @@ |
| namespace v8 { |
| namespace internal { |
| +class SmallMapList; |
| // The stub cache is used for megamorphic property accesses. |
| // It maps (map, name, type) to property access handlers. The cache does not |