| Index: Source/web/WebHelperPluginImpl.h
|
| diff --git a/Source/web/WebHelperPluginImpl.h b/Source/web/WebHelperPluginImpl.h
|
| index 19eb82fd3b08ffe64291b6bc4db5b3f4259dd0be..0a2a8c0d9af09b04dbdc3020d8a86f55cbf3d61c 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
|
|
|