| Index: src/debug.cc
|
| diff --git a/src/debug.cc b/src/debug.cc
|
| index a689de08ae6c9e1dcc6f5d4a7076e7576414e87a..d62586a2e5c7a796135ac3e44ba25f855510e529 100644
|
| --- a/src/debug.cc
|
| +++ b/src/debug.cc
|
| @@ -1967,7 +1967,6 @@ void Debug::PrepareForBreakPoints() {
|
| Handle<SharedFunctionInfo> shared(function->shared());
|
|
|
| // If recompilation is not possible just skip it.
|
| - if (shared->is_toplevel()) continue;
|
| if (!shared->allows_lazy_compilation()) continue;
|
| if (shared->code()->kind() == Code::BUILTIN) continue;
|
|
|
|
|