Chromium Code Reviews| Index: src/runtime-profiler.cc | 
| =================================================================== | 
| --- src/runtime-profiler.cc (revision 7683) | 
| +++ src/runtime-profiler.cc (working copy) | 
| @@ -171,7 +171,7 @@ | 
| // Debug::has_break_points(). | 
| ASSERT(function->IsMarkedForLazyRecompilation()); | 
| if (!FLAG_use_osr || | 
| - isolate_->debug()->has_break_points() || | 
| + isolate_->DebuggerHasBreakPoints() || | 
| function->IsBuiltin()) { | 
| return; | 
| } |