| Index: src/debug.cc
|
| diff --git a/src/debug.cc b/src/debug.cc
|
| index 0f9c8fd13805eb7e353812be524e46e3890339c7..93ef1cfc0973939388f18eb876e021b02a588de5 100644
|
| --- a/src/debug.cc
|
| +++ b/src/debug.cc
|
| @@ -2473,7 +2473,7 @@ Handle<FixedArray> Debug::GetLoadedScripts() {
|
|
|
| // Perform GC to get unreferenced scripts evicted from the cache before
|
| // returning the content.
|
| - isolate_->heap()->CollectAllGarbage(Heap::kAbortIncrementalMarkingMask,
|
| + isolate_->heap()->CollectAllGarbage(Heap::kNoGCFlags,
|
| "Debug::GetLoadedScripts");
|
|
|
| // Get the scripts from the cache.
|
|
|