| Index: third_party/WebKit/Source/wtf/Assertions.h
|
| diff --git a/third_party/WebKit/Source/wtf/Assertions.h b/third_party/WebKit/Source/wtf/Assertions.h
|
| index 438e7aa9de8955502c9d843da3f64aa02f6404fc..f49ee985e67fdd98532dfcbbbd1ac0ce0dc5a429 100644
|
| --- a/third_party/WebKit/Source/wtf/Assertions.h
|
| +++ b/third_party/WebKit/Source/wtf/Assertions.h
|
| @@ -262,8 +262,6 @@ class WTF_EXPORT ScopedLogger {
|
| #define RELEASE_ASSERT(assertion) \
|
| (UNLIKELY(!(assertion)) ? (IMMEDIATE_CRASH()) : (void)0)
|
| #endif
|
| -// TODO(tkent): Move this to base/logging.h?
|
| -#define RELEASE_NOTREACHED() LOG(FATAL)
|
|
|
| // DEFINE_COMPARISON_OPERATORS_WITH_REFERENCES
|
| // Allow equality comparisons of Objects by reference or pointer,
|
|
|