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

Unified Diff: third_party/WebKit/Source/platform/mac/BlockExceptions.h

Issue 2515213002: WTF: Remove NO_RETURN, NO_RETURN_DUE_TO_CRASH, and NO_RETURN_DUE_TO_ASSERT. (Closed)
Patch Set: Created 4 years, 1 month 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 | « no previous file | third_party/WebKit/Source/wtf/Assertions.h » ('j') | third_party/WebKit/Source/wtf/Compiler.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/mac/BlockExceptions.h
diff --git a/third_party/WebKit/Source/platform/mac/BlockExceptions.h b/third_party/WebKit/Source/platform/mac/BlockExceptions.h
index 10d101435869cc47c09966db8902c8e8419898ad..11100ea20b699380a73ea751bb5a8501fa9d262a 100644
--- a/third_party/WebKit/Source/platform/mac/BlockExceptions.h
+++ b/third_party/WebKit/Source/platform/mac/BlockExceptions.h
@@ -27,8 +27,7 @@
#import "platform/PlatformExport.h"
#import "wtf/Assertions.h"
-PLATFORM_EXPORT NO_RETURN_DUE_TO_ASSERT void ReportBlockedObjCException(
- NSException*);
+PLATFORM_EXPORT void ReportBlockedObjCException(NSException*);
#define BEGIN_BLOCK_OBJC_EXCEPTIONS @try {
#define END_BLOCK_OBJC_EXCEPTIONS \
« no previous file with comments | « no previous file | third_party/WebKit/Source/wtf/Assertions.h » ('j') | third_party/WebKit/Source/wtf/Compiler.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698