Chromium Code Reviews| Index: src/factory.h |
| diff --git a/src/factory.h b/src/factory.h |
| index da4417a88b61a2ffaf95901861b4937e45ed1fbe..e1f24c87f878a8416ad8efc16d89d62f9ceb8a2c 100644 |
| --- a/src/factory.h |
| +++ b/src/factory.h |
| @@ -295,6 +295,8 @@ class Factory final { |
| Handle<WeakCell> NewWeakCell(Handle<HeapObject> value); |
| + Handle<TransitionArray> NewTransitionArray(int capacity); |
| + |
| // Allocate a tenured AllocationSite. It's payload is null. |
| Handle<AllocationSite> NewAllocationSite(); |