| Index: third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp b/third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp
|
| index d9996e754ec66e953b6d43bf7771b41b4fd16245..1e6b1b694ac7b88a8a454348bce30302a726f0e7 100644
|
| --- a/third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp
|
| @@ -347,7 +347,7 @@ LocalDOMWindow* LocalDOMWindow::From(const ScriptState* script_state) {
|
| Document* LocalDOMWindow::InstallNewDocument(const String& mime_type,
|
| const DocumentInit& init,
|
| bool force_xhtml) {
|
| - ASSERT(init.GetFrame() == GetFrame());
|
| + DCHECK_EQ(init.GetFrame(), GetFrame());
|
|
|
| ClearDocument();
|
|
|
|
|