Chromium Code Reviews| Index: src/debug.cc |
| diff --git a/src/debug.cc b/src/debug.cc |
| index 56756c47fbf7efcc373cbdf3f6a762de2ba50665..dad5234887a315548494cacc6d0aef737731dde5 100644 |
| --- a/src/debug.cc |
| +++ b/src/debug.cc |
| @@ -1842,7 +1842,7 @@ |
| // functions as debugging does not work with optimized code. |
| if (!has_break_points_) { |
| if (isolate_->concurrent_recompilation_enabled()) { |
| - isolate_->optimizing_compile_dispatcher()->Flush(); |
| + isolate_->optimizing_compiler_thread()->Flush(); |
| } |
| Deoptimizer::DeoptimizeAll(isolate_); |