| 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 221c5a4c17499778a45fd3c877e1777c38d8a2f0..8f4f31157243e27f541b4a4fd12e3c9aea1403af 100644
|
| --- a/third_party/WebKit/Source/core/html/PluginDocument.cpp
|
| +++ b/third_party/WebKit/Source/core/html/PluginDocument.cpp
|
| @@ -178,7 +178,7 @@ DocumentParser* PluginDocument::createParser()
|
| Widget* PluginDocument::pluginWidget()
|
| {
|
| if (m_pluginNode && m_pluginNode->layoutObject()) {
|
| - ASSERT(m_pluginNode->layoutObject()->isEmbeddedObject());
|
| + CHECK(m_pluginNode->layoutObject()->isEmbeddedObject());
|
| return toLayoutEmbeddedObject(m_pluginNode->layoutObject())->widget();
|
| }
|
| return 0;
|
|
|