Reviewers: mvstanton,
Message:
Committed patchset #1 manually as r14390 (presubmit successful).
Description:
Fix typo.
[email protected]
BUG=
Committed: https://code.google.com/p/v8/source/detail?r=14390
Please review this at https://chromiumcodereview.appspot.com/14425005/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files:
M src/arm/stub-cache-arm.cc
Index: src/arm/stub-cache-arm.cc
diff --git a/src/arm/stub-cache-arm.cc b/src/arm/stub-cache-arm.cc
index
4e4b347959aebdad87f71173cc352ffad25968bb..3e6eb10126f4906284e5c9232d47e99fbfa9a9a2
100644
--- a/src/arm/stub-cache-arm.cc
+++ b/src/arm/stub-cache-arm.cc
@@ -2198,7 +2198,7 @@ Handle<Code> CallStubCompiler::CompileMathFloorCall(
__ 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.