| Index: third_party/WebKit/Source/core/layout/shapes/Shape.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/shapes/Shape.cpp b/third_party/WebKit/Source/core/layout/shapes/Shape.cpp
|
| index 540875d1613778f2d71f3794fd08c64e29eb87ae..12e83537505de5226403cc9b6bb89cb696b1df7a 100644
|
| --- a/third_party/WebKit/Source/core/layout/shapes/Shape.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/shapes/Shape.cpp
|
| @@ -201,7 +201,7 @@ std::unique_ptr<Shape> Shape::createShape(const BasicShape* basicShape,
|
| }
|
|
|
| default:
|
| - ASSERT_NOT_REACHED();
|
| + NOTREACHED();
|
| }
|
|
|
| shape->m_writingMode = writingMode;
|
|
|