Index: src/stub-cache.cc |
diff --git a/src/stub-cache.cc b/src/stub-cache.cc |
index 79cd7a0d22725d277d3ad93939bb136285dc21af..13b0b633b16ed1d9c98a600c6ebc3638d9be8dce 100644 |
--- a/src/stub-cache.cc |
+++ b/src/stub-cache.cc |
@@ -29,6 +29,7 @@ |
#include "api.h" |
#include "arguments.h" |
+#include "ast.h" |
#include "code-stubs.h" |
#include "gdb-jit.h" |
#include "ic-inl.h" |
@@ -1161,7 +1162,7 @@ void StubCache::Clear() { |
} |
-void StubCache::CollectMatchingMaps(ZoneMapList* types, |
+void StubCache::CollectMatchingMaps(SmallMapList* types, |
String* name, |
Code::Flags flags) { |
for (int i = 0; i < kPrimaryTableSize; i++) { |