Chromium Code Reviews| Index: src/debug.cc | 
| =================================================================== | 
| --- src/debug.cc (revision 1355) | 
| +++ src/debug.cc (working copy) | 
| @@ -1266,7 +1266,7 @@ | 
| Handle<Code> original_code(debug_info->original_code()); | 
| #ifdef DEBUG | 
| // Get the code which is actually executing. | 
| - Handle<Code> frame_code(frame->FindCode()); | 
| + Handle<Code> frame_code(frame->code()); | 
| ASSERT(frame_code.is_identical_to(code)); | 
| #endif |