Index: src/accessors.cc |
=================================================================== |
--- src/accessors.cc (revision 7090) |
+++ src/accessors.cc (working copy) |
@@ -791,7 +791,7 @@ |
// Get the number of arguments and construct an arguments object |
// mirror for the right frame. |
- const int length = frame->GetProvidedParametersCount(); |
+ const int length = frame->ComputeParametersCount(); |
Handle<JSObject> arguments = Factory::NewArgumentsObject(function, |
length); |
Handle<FixedArray> array = Factory::NewFixedArray(length); |