| Index: third_party/WebKit/Source/web/WebHelperPluginImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebHelperPluginImpl.cpp b/third_party/WebKit/Source/web/WebHelperPluginImpl.cpp
|
| index 1240b5b0e2b949f53395e4cd7e97a4372c7167ed..a5d5756f5d7b759cc692acfbbc36876aa69c50ca 100644
|
| --- a/third_party/WebKit/Source/web/WebHelperPluginImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebHelperPluginImpl.cpp
|
| @@ -79,7 +79,8 @@ bool WebHelperPluginImpl::initialize(const String& pluginType,
|
| }
|
|
|
| void WebHelperPluginImpl::reallyDestroy(TimerBase*) {
|
| - m_pluginContainer->dispose();
|
| + if (m_pluginContainer)
|
| + m_pluginContainer->dispose();
|
| delete this;
|
| }
|
|
|
|
|