| Index: regexp2000/src/factory.h
|
| diff --git a/regexp2000/src/factory.h b/regexp2000/src/factory.h
|
| index 89e2d698fcd61e82f7edcaa4c9e99d21b3e99b45..053d634f6aa786afbfc360ac7d83a783f7504e78 100644
|
| --- a/regexp2000/src/factory.h
|
| +++ b/regexp2000/src/factory.h
|
| @@ -147,7 +147,8 @@ class Factory : public AllStatic {
|
| // the old generation).
|
| static Handle<Proxy> NewProxy(const AccessorDescriptor* proxy);
|
|
|
| - static Handle<ByteArray> NewByteArray(int length);
|
| + static Handle<ByteArray> NewByteArray(int length,
|
| + PretenureFlag pretenure = NOT_TENURED);
|
|
|
| static Handle<Map> NewMap(InstanceType type, int instance_size);
|
|
|
|
|