| Index: third_party/WebKit/Source/core/frame/Frame.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/Frame.cpp b/third_party/WebKit/Source/core/frame/Frame.cpp
|
| index a3aaa924a7e7d47330907449f3051be97ada1786..28a96d4a9feb27d840f133551d8a334524fcce92 100644
|
| --- a/third_party/WebKit/Source/core/frame/Frame.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/Frame.cpp
|
| @@ -313,7 +313,7 @@ bool Frame::CanNavigateWithoutFramebusting(const Frame& target_frame,
|
| }
|
| }
|
|
|
| - ASSERT(GetSecurityContext()->GetSecurityOrigin());
|
| + DCHECK(GetSecurityContext()->GetSecurityOrigin());
|
| SecurityOrigin& origin = *GetSecurityContext()->GetSecurityOrigin();
|
|
|
| // This is the normal case. A document can navigate its decendant frames,
|
|
|