Chromium Code Reviews| Index: src/factory.h |
| diff --git a/src/factory.h b/src/factory.h |
| index aa49b99b54a2d743afc822433319ef1eab3aa873..b56979434181316f8632a0e53ecd6f606c148b00 100644 |
| --- a/src/factory.h |
| +++ b/src/factory.h |
| @@ -479,7 +479,7 @@ class Factory final { |
| // Allocates a Harmony function proxy. |
| Handle<JSProxy> NewJSFunctionProxy(Handle<Object> handler, |
| - Handle<Object> call_trap, |
| + Handle<JSReceiver> call_trap, |
| Handle<Object> construct_trap, |
| Handle<Object> prototype); |