Index: src/base/logging.h |
diff --git a/src/base/logging.h b/src/base/logging.h |
index 511ebf1e9c3e5af344eaaf809fb0726003768fe5..a3f498748e64e3248c2ba9a83eacdfb7a246e8e1 100644 |
--- a/src/base/logging.h |
+++ b/src/base/logging.h |
@@ -11,7 +11,8 @@ |
#include "src/base/build_config.h" |
-extern "C" void V8_Fatal(const char* file, int line, const char* format, ...); |
+extern "C" V8_NORETURN void V8_Fatal(const char* file, int line, |
+ const char* format, ...); |
// The FATAL, UNREACHABLE and UNIMPLEMENTED macros are useful during |