Chromium Code Reviews| Index: src/ic/arm/ic-compiler-arm.cc |
| diff --git a/src/ic/arm/ic-compiler-arm.cc b/src/ic/arm/ic-compiler-arm.cc |
| index 7427d16d482257fbaea4a077017aa4d7bbd7de78..d4640544eaf55e25b6cbb0e50c21fd1a32f80fb8 100644 |
| --- a/src/ic/arm/ic-compiler-arm.cc |
| +++ b/src/ic/arm/ic-compiler-arm.cc |
| @@ -22,7 +22,7 @@ void PropertyICCompiler::GenerateRuntimeSetProperty( |
| __ Push(r0); |
| // Do tail-call to runtime routine. |
| - __ TailCallRuntime(Runtime::kSetProperty, 4, 1); |
| + __ TailCallRuntime(Runtime::kSetProperty, 4); |
| } |