Index: third_party/WebKit/Source/core/frame/Deprecation.cpp |
diff --git a/third_party/WebKit/Source/core/frame/Deprecation.cpp b/third_party/WebKit/Source/core/frame/Deprecation.cpp |
index ae7344b73a2aae6b74b250f7310085db0c743cdb..68973928d9baa66a49396dfafd04a8b383050d1a 100644 |
--- a/third_party/WebKit/Source/core/frame/Deprecation.cpp |
+++ b/third_party/WebKit/Source/core/frame/Deprecation.cpp |
@@ -39,7 +39,7 @@ const char* milestoneString(Milestone milestone) { |
return "M62, around October 2017"; |
} |
- ASSERT_NOT_REACHED(); |
+ NOTREACHED(); |
return nullptr; |
} |