Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(48)

Unified Diff: src/base/platform/platform.h

Issue 1398643002: Revert of Reland: Introduce a V8_NORETURN macro and use it to make GCC 4.9.2 happy again. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/base/logging.h ('k') | src/heap/spaces-inl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/base/platform/platform.h
diff --git a/src/base/platform/platform.h b/src/base/platform/platform.h
index 89d6225edebbde229917383aae280cb0196d5fc8..b96a207f708e3cca71aa5b2ad4104c1782319d8f 100644
--- a/src/base/platform/platform.h
+++ b/src/base/platform/platform.h
@@ -194,7 +194,7 @@
static void Sleep(TimeDelta interval);
// Abort the current process.
- V8_NORETURN static void Abort();
+ static void Abort();
// Debug break.
static void DebugBreak();
« no previous file with comments | « src/base/logging.h ('k') | src/heap/spaces-inl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698