| Index: src/factory.h
|
| diff --git a/src/factory.h b/src/factory.h
|
| index 25051da051bfc2a1d731c4d04653ab6cee750b8d..ca5ef7b8487bbb900ea8bcb72aa619e9990dd6c1 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.
|
|
|