| Index: third_party/WebKit/Source/core/page/scrolling/SnapCoordinator.cpp
|
| diff --git a/third_party/WebKit/Source/core/page/scrolling/SnapCoordinator.cpp b/third_party/WebKit/Source/core/page/scrolling/SnapCoordinator.cpp
|
| index 14191c4c23d858d2b99ff2d8a2344feb57cc3ac7..5762342d791e277c83062282b04b168fe34e445e 100644
|
| --- a/third_party/WebKit/Source/core/page/scrolling/SnapCoordinator.cpp
|
| +++ b/third_party/WebKit/Source/core/page/scrolling/SnapCoordinator.cpp
|
| @@ -105,8 +105,8 @@ Vector<double> SnapCoordinator::SnapOffsets(const ContainerNode& element,
|
| ScrollbarOrientation orientation) {
|
| const ComputedStyle* style = element.GetComputedStyle();
|
| const LayoutBox* snap_container = element.GetLayoutBox();
|
| - ASSERT(style);
|
| - ASSERT(snap_container);
|
| + DCHECK(style);
|
| + DCHECK(snap_container);
|
|
|
| Vector<double> result;
|
|
|
|
|