Chromium Code Reviews| Index: src/debug/debug.cc |
| diff --git a/src/debug/debug.cc b/src/debug/debug.cc |
| index 3f8a9973c8b7033c2d1376627eef231bc052c8fe..376b6048517752d2cb4622950efe7039c9ad9892 100644 |
| --- a/src/debug/debug.cc |
| +++ b/src/debug/debug.cc |
| @@ -2076,6 +2076,7 @@ void Debug::UpdateState() { |
| Unload(); |
| } |
| is_active_ = is_active; |
| + isolate_->DebugStateChanged(); |
| } |
| void Debug::UpdateHookOnFunctionCall() { |