Index: src/stub-cache.h |
diff --git a/src/stub-cache.h b/src/stub-cache.h |
index 02bb541bd92455f25b09c11e151d88609be6ed9f..8b4487ecebe3205b6587d984aecd4f31a9668226 100644 |
--- a/src/stub-cache.h |
+++ b/src/stub-cache.h |
@@ -278,6 +278,7 @@ class StubCache { |
Handle<Code> ComputePolymorphicIC(MapHandleList* receiver_maps, |
CodeHandleList* handlers, |
+ int number_of_valid_maps, |
Handle<Name> name); |
// Finds the Code object stored in the Heap::non_monomorphic_cache(). |