 Chromium Code Reviews
 Chromium Code Reviews Issue 159506:
  X64: Fix bug that showed up in mjsunit/invalid-lhs.js  (Closed) 
  Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
    
  
    Issue 159506:
  X64: Fix bug that showed up in mjsunit/invalid-lhs.js  (Closed) 
  Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/| Index: src/x64/codegen-x64.cc | 
| =================================================================== | 
| --- src/x64/codegen-x64.cc (revision 2560) | 
| +++ src/x64/codegen-x64.cc (working copy) | 
| @@ -3728,7 +3728,7 @@ | 
| } else { | 
| // Anything else is a runtime error. | 
| Load(e); | 
| - // frame_->CallRuntime(Runtime::kThrowReferenceError, 1); | 
| + frame_->CallRuntime(Runtime::kThrowReferenceError, 1); | 
| } | 
| in_spilled_code_ = was_in_spilled_code; |