| Index: third_party/WebKit/Source/core/html/PluginDocument.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/PluginDocument.cpp b/third_party/WebKit/Source/core/html/PluginDocument.cpp
|
| index 6675c6b597e97bd3e8ab1f223542495c739ca315..3e4ee1e3074f38607a454fd7d5560636ba7a72ef 100644
|
| --- a/third_party/WebKit/Source/core/html/PluginDocument.cpp
|
| +++ b/third_party/WebKit/Source/core/html/PluginDocument.cpp
|
| @@ -75,7 +75,7 @@ void PluginDocumentParser::createDocumentStructure() {
|
| // and assert were added for the security bug in
|
| // http://trac.webkit.org/changeset/87566
|
| DCHECK(document());
|
| - RELEASE_ASSERT(document()->loader());
|
| + CHECK(document()->loader());
|
|
|
| LocalFrame* frame = document()->frame();
|
| if (!frame)
|
|
|