| Index: src/runtime/runtime-debug.cc
|
| diff --git a/src/runtime/runtime-debug.cc b/src/runtime/runtime-debug.cc
|
| index cdafdd2271ea0f51b1b0831cc65e240adcbb2a74..660fc7ffa2b1055010db4f37751b3a297c8b2e26 100644
|
| --- a/src/runtime/runtime-debug.cc
|
| +++ b/src/runtime/runtime-debug.cc
|
| @@ -2747,7 +2747,6 @@
|
| Handle<FixedArray> instances;
|
| {
|
| DebugScope debug_scope(isolate->debug());
|
| - if (debug_scope.failed()) return isolate->heap()->exception();
|
| // Fill the script objects.
|
| instances = isolate->debug()->GetLoadedScripts();
|
| }
|
|
|