| Index: src/ic/x87/ic-compiler-x87.cc
 | 
| diff --git a/src/ic/x87/ic-compiler-x87.cc b/src/ic/x87/ic-compiler-x87.cc
 | 
| index a81158dce8bb216b36f144ba83edd2b67d642dce..16c6a30c568f5cb8f8e69098fa2a6cbb36c259ec 100644
 | 
| --- a/src/ic/x87/ic-compiler-x87.cc
 | 
| +++ b/src/ic/x87/ic-compiler-x87.cc
 | 
| @@ -27,7 +27,7 @@ void PropertyICCompiler::GenerateRuntimeSetProperty(
 | 
|    __ push(ebx);  // return address
 | 
|  
 | 
|    // Do tail-call to runtime routine.
 | 
| -  __ TailCallRuntime(Runtime::kSetProperty, 4, 1);
 | 
| +  __ TailCallRuntime(Runtime::kSetProperty, 4);
 | 
|  }
 | 
|  
 | 
|  
 | 
| 
 |