| Index: src/stub-cache.h
|
| ===================================================================
|
| --- src/stub-cache.h (revision 9006)
|
| +++ src/stub-cache.h (working copy)
|
| @@ -46,8 +46,10 @@
|
| // invalidate the cache whenever a prototype map is changed. The stub
|
| // validates the map chain as in the mono-morphic case.
|
|
|
| +class SmallMapList;
|
| class StubCache;
|
|
|
| +
|
| class SCTableReference {
|
| public:
|
| Address address() const { return address_; }
|
| @@ -294,7 +296,7 @@
|
| void Clear();
|
|
|
| // Collect all maps that match the name and flags.
|
| - void CollectMatchingMaps(ZoneMapList* types,
|
| + void CollectMatchingMaps(SmallMapList* types,
|
| String* name,
|
| Code::Flags flags);
|
|
|
|
|