| Index: src/factory.h
|
| diff --git a/src/factory.h b/src/factory.h
|
| index 51065aac41821a1c6b1e460d8dd716dee09f5143..e617abb6d12e8cdde155dc569fd87beb7c2aab1d 100644
|
| --- a/src/factory.h
|
| +++ b/src/factory.h
|
| @@ -66,8 +66,7 @@ class Factory {
|
|
|
| Handle<ObjectHashTable> NewObjectHashTable(int at_least_space_for);
|
|
|
| - Handle<DescriptorArray> NewDescriptorArray(int number_of_descriptors,
|
| - int slack = 0);
|
| + Handle<DescriptorArray> NewDescriptorArray(int number_of_descriptors);
|
| Handle<DeoptimizationInputData> NewDeoptimizationInputData(
|
| int deopt_entry_count,
|
| PretenureFlag pretenure);
|
|
|