| Index: Source/web/WebHelperPluginImpl.h
|
| diff --git a/Source/web/WebHelperPluginImpl.h b/Source/web/WebHelperPluginImpl.h
|
| index 0774015bb047ef675b8b15514913709b78b63963..9e7fc6d87a0082de0b2c5c3ac4bea80d1f452ead 100644
|
| --- a/Source/web/WebHelperPluginImpl.h
|
| +++ b/Source/web/WebHelperPluginImpl.h
|
| @@ -67,7 +67,7 @@ private:
|
|
|
| Timer<WebHelperPluginImpl> m_destructionTimer;
|
| RefPtrWillBePersistent<HTMLObjectElement> m_objectElement;
|
| - RefPtr<WebPluginContainerImpl> m_pluginContainer;
|
| + RefPtrWillBePersistent<WebPluginContainerImpl> m_pluginContainer;
|
| };
|
|
|
| } // namespace blink
|
|
|