Index: src/compilation-cache.h |
diff --git a/src/compilation-cache.h b/src/compilation-cache.h |
index 2295f4c685549575b960699b672972c1bd8cd436..973673c524335a75e0c3d0cff60c3dba8603ebdf 100644 |
--- a/src/compilation-cache.h |
+++ b/src/compilation-cache.h |
@@ -210,7 +210,7 @@ class CompilationCache { |
explicit CompilationCache(Isolate* isolate); |
~CompilationCache(); |
- HashMap* EagerOptimizingSet(); |
+ base::HashMap* EagerOptimizingSet(); |
// The number of sub caches covering the different types to cache. |
static const int kSubCacheCount = 4; |