Index: src/v8.h |
diff --git a/src/v8.h b/src/v8.h |
index 17398edc0f385a7ac07746ed92ad09f13ab12e47..211f3c6141a79650fa798ef9351e1276a24486c8 100644 |
--- a/src/v8.h |
+++ b/src/v8.h |
@@ -56,6 +56,7 @@ class V8 : public AllStatic { |
static void TearDown(); |
// Report process out of memory. Implementation found in api.cc. |
+ // This function will not return, but will terminate the execution. |
static void FatalProcessOutOfMemory(const char* location, |
bool take_snapshot = false); |