| Index: third_party/WebKit/Source/core/frame/VisualViewport.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/VisualViewport.cpp b/third_party/WebKit/Source/core/frame/VisualViewport.cpp
|
| index 69454fcaf3009ce66cbfc2d2cdb5bdd5fede8576..32be070c8763265800bb3e769c9e5bf8dd38bd8d 100644
|
| --- a/third_party/WebKit/Source/core/frame/VisualViewport.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/VisualViewport.cpp
|
| @@ -856,7 +856,7 @@ String VisualViewport::DebugName(const GraphicsLayer* graphics_layer) const {
|
| } else if (graphics_layer == root_transform_layer_.get()) {
|
| name = "Root Transform Layer";
|
| } else {
|
| - ASSERT_NOT_REACHED();
|
| + NOTREACHED();
|
| }
|
|
|
| return name;
|
|
|