| Index: third_party/WebKit/Source/core/layout/LayoutDetailsMarker.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutDetailsMarker.cpp b/third_party/WebKit/Source/core/layout/LayoutDetailsMarker.cpp
|
| index 125d77b2b012ef310148da9f6fcd5b25c10ff398..9d66bff7b26f4238673e01c2425d841b72597be6 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutDetailsMarker.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutDetailsMarker.cpp
|
| @@ -47,7 +47,7 @@ LayoutDetailsMarker::Orientation LayoutDetailsMarker::getOrientation() const {
|
| return isOpen() ? Right : Down;
|
| return isOpen() ? Right : Up;
|
| }
|
| - ASSERT_NOT_REACHED();
|
| + NOTREACHED();
|
| return Right;
|
| }
|
|
|
|
|