Chromium Code Reviews| Index: src/execution.cc |
| diff --git a/src/execution.cc b/src/execution.cc |
| index 2bc4df5a05a2c8a657bb2e1bc7ae9177e04a4539..ac11a6abb894e46bcc5f11967a3ff5d3bb53f9a5 100644 |
| --- a/src/execution.cc |
| +++ b/src/execution.cc |
| @@ -643,7 +643,7 @@ Object* Execution::DebugBreakHelper() { |
| } |
| // Ignore debug break during bootstrapping. |
| - if (Bootstrapper::IsActive()) { |
| + if (isolate->bootstrapper()->IsActive()) { |
| return isolate->heap()->undefined_value(); |
| } |