Chromium Code Reviews| Index: src/factory.h |
| diff --git a/src/factory.h b/src/factory.h |
| index 24a66478a3b35730a0bed35d6b867391a9b48040..c1749e878759e4cf387524c3e108a2b5837c9c82 100644 |
| --- a/src/factory.h |
| +++ b/src/factory.h |
| @@ -45,6 +45,8 @@ class Factory FINAL { |
| int size, |
| PretenureFlag pretenure = NOT_TENURED); |
| + Handle<WeakFixedArray> NewWeakFixedArray(int size); |
| + |
| Handle<ConstantPoolArray> NewConstantPoolArray( |
| const ConstantPoolArray::NumberOfEntries& small); |