Index: src/factory.h |
diff --git a/src/factory.h b/src/factory.h |
index 4307289dbd6d6eb7402242e38a879de906d728f0..0f2ae86b569044e924cdfec35bbca30778bc95c9 100644 |
--- a/src/factory.h |
+++ b/src/factory.h |
@@ -47,7 +47,9 @@ class Factory : public AllStatic { |
PretenureFlag pretenure = NOT_TENURED); |
// Allocate a new fixed array with non-existing entries (the hole). |
- static Handle<FixedArray> NewFixedArrayWithHoles(int size); |
+ static Handle<FixedArray> NewFixedArrayWithHoles( |
+ int size, |
+ PretenureFlag pretenure = NOT_TENURED); |
static Handle<NumberDictionary> NewNumberDictionary(int at_least_space_for); |