| Index: third_party/WebKit/Source/core/frame/FrameView.h
|
| diff --git a/third_party/WebKit/Source/core/frame/FrameView.h b/third_party/WebKit/Source/core/frame/FrameView.h
|
| index 4d596f7c5e8dad2d0081cce8f5a749189809abb3..a1d552cb17c1e9e75c3464d24302ef7bfb57d68e 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameView.h
|
| +++ b/third_party/WebKit/Source/core/frame/FrameView.h
|
| @@ -134,7 +134,7 @@ class CORE_EXPORT FrameView final
|
| void Resize(const IntSize& size) { SetFrameRect(IntRect(Location(), size)); }
|
|
|
| LocalFrame& GetFrame() const {
|
| - ASSERT(frame_);
|
| + DCHECK(frame_);
|
| return *frame_;
|
| }
|
|
|
|
|