| Index: third_party/WebKit/Source/web/WebPerformance.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebPerformance.cpp b/third_party/WebKit/Source/web/WebPerformance.cpp
|
| index feb78fcc50bc6e94edb8c7da924823a7e16e408f..baeb02c2f1b8d43c9dadf499609be88184a5c3bb 100644
|
| --- a/third_party/WebKit/Source/web/WebPerformance.cpp
|
| +++ b/third_party/WebKit/Source/web/WebPerformance.cpp
|
| @@ -61,7 +61,7 @@ WebNavigationType WebPerformance::navigationType() const
|
| case PerformanceNavigation::TYPE_RESERVED:
|
| return WebNavigationTypeOther;
|
| }
|
| - ASSERT_NOT_REACHED();
|
| + NOTREACHED();
|
| return WebNavigationTypeOther;
|
| }
|
|
|
|
|