Index: third_party/WebKit/Source/core/dom/DocumentLifecycle.cpp |
diff --git a/third_party/WebKit/Source/core/dom/DocumentLifecycle.cpp b/third_party/WebKit/Source/core/dom/DocumentLifecycle.cpp |
index 41146a274d79d0eba96b7cf2a362ba6274f70f29..5c8e37179a9f95e5d3ab833ae8d9b1bfb1979a42 100644 |
--- a/third_party/WebKit/Source/core/dom/DocumentLifecycle.cpp |
+++ b/third_party/WebKit/Source/core/dom/DocumentLifecycle.cpp |
@@ -346,7 +346,7 @@ const char* DocumentLifecycle::stateAsDebugString(const LifecycleState state) { |
DEBUG_STRING_CASE(Stopped); |
} |
- ASSERT_NOT_REACHED(); |
+ NOTREACHED(); |
return "Unknown"; |
} |
#endif |