Chromium Code Reviews| Index: src/v8.h |
| =================================================================== |
| --- src/v8.h (revision 5189) |
| +++ src/v8.h (working copy) |
| @@ -92,7 +92,8 @@ |
| static void SetFatalError(); |
| // Report process out of memory. Implementation found in api.cc. |
| - static void FatalProcessOutOfMemory(const char* location); |
| + static void FatalProcessOutOfMemory(const char* location, |
| + bool take_snapshot = false); |
| // Random number generation support. Not cryptographically safe. |
| static uint32_t Random(); |