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