| Index: third_party/WebKit/Source/core/frame/RootFrameViewport.h
|
| diff --git a/third_party/WebKit/Source/core/frame/RootFrameViewport.h b/third_party/WebKit/Source/core/frame/RootFrameViewport.h
|
| index ccd1761eb86938a57d6a22245c55d8e7acc985b6..661cda8f99283eca964bb9533b57f79f9053c816 100644
|
| --- a/third_party/WebKit/Source/core/frame/RootFrameViewport.h
|
| +++ b/third_party/WebKit/Source/core/frame/RootFrameViewport.h
|
| @@ -124,7 +124,7 @@ class CORE_EXPORT RootFrameViewport final
|
| void UpdateScrollAnimator();
|
|
|
| ScrollableArea& VisualViewport() const {
|
| - ASSERT(visual_viewport_);
|
| + DCHECK(visual_viewport_);
|
| return *visual_viewport_;
|
| }
|
|
|
|
|