| 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(
|
|
|