| Index: third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.cpp b/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.cpp
|
| index ce48c55fb9b17b064537b3b24b6160eee2b6f83b..b1d578f5baa8037949af733e4f4619a7837e9283 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.cpp
|
| @@ -1138,7 +1138,7 @@ IntSize PaintLayerScrollableArea::ScrollbarOffset(
|
| (Box().Size().Height() - Box().BorderBottom() - scrollbar.Height())
|
| .ToInt());
|
|
|
| - ASSERT_NOT_REACHED();
|
| + NOTREACHED();
|
| return IntSize();
|
| }
|
|
|
|
|