| Index: third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp b/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp
|
| index a67d5daa6b6ed92a786f29761a9469fa43a62f88..b5257a1c1afdecfa7b949bf4ffef9da5d96f7f85 100644
|
| --- a/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp
|
| @@ -3498,7 +3498,7 @@ String CompositedLayerMapping::debugName(
|
| } else if (graphicsLayer == m_decorationOutlineLayer.get()) {
|
| name = "Decoration Layer";
|
| } else {
|
| - ASSERT_NOT_REACHED();
|
| + NOTREACHED();
|
| }
|
|
|
| return name;
|
|
|