 Chromium Code Reviews
 Chromium Code Reviews Issue 7218012:
  Make ToBooleanStub more consistent across platforms.  (Closed) 
  Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
    
  
    Issue 7218012:
  Make ToBooleanStub more consistent across platforms.  (Closed) 
  Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/| Index: src/mips/code-stubs-mips.cc | 
| =================================================================== | 
| --- src/mips/code-stubs-mips.cc (revision 8353) | 
| +++ src/mips/code-stubs-mips.cc (working copy) | 
| @@ -1718,7 +1718,6 @@ | 
| } | 
| -// This stub does not handle the inlined cases (Smis, Booleans, undefined). | 
| // The stub returns zero for false, and a non-zero value for true. | 
| void ToBooleanStub::Generate(MacroAssembler* masm) { | 
| // This stub uses FPU instructions. |