| Index: src/factory.h
|
| diff --git a/src/factory.h b/src/factory.h
|
| index c94a12643435e6e0b745228f1779cdb1189d2154..4870822208de835f890b64c5e9b64f5a32308cf6 100644
|
| --- a/src/factory.h
|
| +++ b/src/factory.h
|
| @@ -55,10 +55,6 @@ class Factory V8_FINAL {
|
|
|
| Handle<WeakHashTable> NewWeakHashTable(int at_least_space_for);
|
|
|
| - Handle<DescriptorArray> NewDescriptorArray(int number_of_descriptors,
|
| - int slack = 0);
|
| - Handle<TransitionArray> NewTransitionArray(int number_of_transitions);
|
| - Handle<TransitionArray> NewSimpleTransitionArray(Handle<Map> target);
|
| Handle<DeoptimizationInputData> NewDeoptimizationInputData(
|
| int deopt_entry_count,
|
| PretenureFlag pretenure);
|
|
|