Index: src/compilation-cache.h |
diff --git a/src/compilation-cache.h b/src/compilation-cache.h |
index 583f04c48a9f9534b6abc6cc986374b5668cc310..22ecff8358cfb52a52d7b9eb22ff7de1e407e017 100644 |
--- a/src/compilation-cache.h |
+++ b/src/compilation-cache.h |
@@ -79,11 +79,9 @@ class CompilationCache { |
// Clear the cache - also used to initialize the cache at startup. |
static void Clear(); |
- |
- static bool HasFunction(SharedFunctionInfo* function_info); |
- |
// GC support. |
static void Iterate(ObjectVisitor* v); |
+ static void IterateFunctions(ObjectVisitor* v); |
// Notify the cache that a mark-sweep garbage collection is about to |
// take place. This is used to retire entries from the cache to |