| Index: src/factory.h | 
| diff --git a/src/factory.h b/src/factory.h | 
| index 7362a3857229301fdb21a27e827cb14190c391bd..259fb6904b390fba685730b169708a2ac7ca5834 100644 | 
| --- a/src/factory.h | 
| +++ b/src/factory.h | 
| @@ -543,9 +543,6 @@ class V8_EXPORT_PRIVATE Factory final { | 
| Handle<JSMapIterator> NewJSMapIterator(); | 
| Handle<JSSetIterator> NewJSSetIterator(); | 
|  | 
| -  Handle<JSFixedArrayIterator> NewJSFixedArrayIterator( | 
| -      Handle<FixedArray> array); | 
| - | 
| // Allocates a bound function. | 
| MaybeHandle<JSBoundFunction> NewJSBoundFunction( | 
| Handle<JSReceiver> target_function, Handle<Object> bound_this, | 
|  |