| Index: src/factory.h
|
| diff --git a/src/factory.h b/src/factory.h
|
| index 3736b4bd6afc874faf07694b5d101abd224798ed..b91b246c70f9074977df0eb7abb32e4771a6b3aa 100644
|
| --- a/src/factory.h
|
| +++ b/src/factory.h
|
| @@ -361,7 +361,7 @@ class Factory V8_FINAL {
|
| return NewJSObjectFromMap(neander_map());
|
| }
|
|
|
| - Handle<JSObject> NewArgumentsObject(Handle<Object> callee, int length);
|
| + Handle<JSObject> NewArgumentsObject(Handle<JSFunction> callee, int length);
|
|
|
| // JS objects are pretenured when allocated by the bootstrapper and
|
| // runtime.
|
|
|