| 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 \
|
|
|