Chromium Code Reviews| Index: src/execution.cc |
| =================================================================== |
| --- src/execution.cc (revision 10927) |
| +++ src/execution.cc (working copy) |
| @@ -877,7 +877,7 @@ |
| StackGuard* stack_guard = isolate->stack_guard(); |
| if (stack_guard->IsGCRequest()) { |
| - isolate->heap()->CollectAllGarbage(false); |
| + isolate->heap()->CollectAllGarbage(false, "StackGuard GC request"); |
| stack_guard->Continue(GC_REQUEST); |
| } |