Chromium Code Reviews| Index: src/api.cc |
| =================================================================== |
| --- src/api.cc (revision 10927) |
| +++ src/api.cc (working copy) |
| @@ -4077,7 +4077,7 @@ |
| void v8::V8::LowMemoryNotification() { |
| i::Isolate* isolate = i::Isolate::Current(); |
| if (isolate == NULL || !isolate->IsInitialized()) return; |
| - isolate->heap()->CollectAllAvailableGarbage(); |
| + isolate->heap()->CollectAllAvailableGarbage("low memory notification"); |
| } |