Revision: 14390
Author:   [email protected]
Date:     Tue Apr 23 03:40:52 2013
Log:      Fix typo.

[email protected]
BUG=

Review URL: https://chromiumcodereview.appspot.com/14425005
http://code.google.com/p/v8/source/detail?r=14390

Modified:
 /branches/bleeding_edge/src/arm/stub-cache-arm.cc

=======================================
--- /branches/bleeding_edge/src/arm/stub-cache-arm.cc Tue Apr 23 02:40:49 2013 +++ /branches/bleeding_edge/src/arm/stub-cache-arm.cc Tue Apr 23 03:40:52 2013
@@ -2198,7 +2198,7 @@
   __ bind(&slow);
   // Tail call the full function. We do not have to patch the receiver
   // because the function makes no use of it.
-  ParameterCount expected(fun);
+  ParameterCount expected(function);
   __ InvokeFunction(function, expected, arguments(),
                     JUMP_FUNCTION, NullCallWrapper(), CALL_AS_METHOD);

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to