| Index: third_party/WebKit/Source/web/RemoteFrameOwner.cpp
|
| diff --git a/third_party/WebKit/Source/web/RemoteFrameOwner.cpp b/third_party/WebKit/Source/web/RemoteFrameOwner.cpp
|
| index 9a1270d9d87aa4b3e19b877e4e8c48db12c29925..07da06fcd624abc6675f8147c35e43f640c9deff 100644
|
| --- a/third_party/WebKit/Source/web/RemoteFrameOwner.cpp
|
| +++ b/third_party/WebKit/Source/web/RemoteFrameOwner.cpp
|
| @@ -58,7 +58,7 @@ void RemoteFrameOwner::setContentFrame(Frame& frame)
|
|
|
| void RemoteFrameOwner::clearContentFrame()
|
| {
|
| - ASSERT(m_frame->owner() == this);
|
| + DCHECK_EQ(m_frame->owner(), this);
|
| m_frame = nullptr;
|
| #if !ENABLE(OILPAN)
|
| // Balance the ref() in setContentFrame().
|
|
|