Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(125)

Unified Diff: third_party/WebKit/Source/platform/testing/WebLayerTreeViewImplForTesting.cpp

Issue 2849903002: Replace ASSERT_NOT_REACHED with NOTREACHED in platform/ (Closed)
Patch Set: rebase Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/platform/testing/WebLayerTreeViewImplForTesting.cpp
diff --git a/third_party/WebKit/Source/platform/testing/WebLayerTreeViewImplForTesting.cpp b/third_party/WebKit/Source/platform/testing/WebLayerTreeViewImplForTesting.cpp
index a3cbba2ed81e3defb645f0381390c1177a5771a1..f379622f51f03ca97dd0c443df456f54b6f37218 100644
--- a/third_party/WebKit/Source/platform/testing/WebLayerTreeViewImplForTesting.cpp
+++ b/third_party/WebKit/Source/platform/testing/WebLayerTreeViewImplForTesting.cpp
@@ -143,7 +143,7 @@ void WebLayerTreeViewImplForTesting::RequestNewCompositorFrameSink() {
}
void WebLayerTreeViewImplForTesting::DidFailToInitializeCompositorFrameSink() {
- ASSERT_NOT_REACHED();
+ NOTREACHED();
}
void WebLayerTreeViewImplForTesting::RegisterViewportLayers(

Powered by Google App Engine
This is Rietveld 408576698