| Index: third_party/WebKit/Source/core/frame/RemoteFrameView.h
|
| diff --git a/third_party/WebKit/Source/core/frame/RemoteFrameView.h b/third_party/WebKit/Source/core/frame/RemoteFrameView.h
|
| index bfb93c60b7c29ab0bcbbc8bccad769b2c002cc9e..8fd5c98a706d7ef6bbb0d3bee2ba608c579430f2 100644
|
| --- a/third_party/WebKit/Source/core/frame/RemoteFrameView.h
|
| +++ b/third_party/WebKit/Source/core/frame/RemoteFrameView.h
|
| @@ -32,7 +32,7 @@ class RemoteFrameView final : public GarbageCollectedFinalized<RemoteFrameView>,
|
| FrameViewBase* Parent() const override { return parent_; }
|
|
|
| RemoteFrame& GetFrame() const {
|
| - ASSERT(remote_frame_);
|
| + DCHECK(remote_frame_);
|
| return *remote_frame_;
|
| }
|
|
|
|
|