| Index: third_party/WebKit/Source/web/WebHelperPluginImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebHelperPluginImpl.h b/third_party/WebKit/Source/web/WebHelperPluginImpl.h
|
| index 0482f0c5b49c3332083114c06919471096ba7046..89a09a2bb47ee5dd05218acff40ad8ee220e114b 100644
|
| --- a/third_party/WebKit/Source/web/WebHelperPluginImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebHelperPluginImpl.h
|
| @@ -66,8 +66,8 @@ private:
|
| void reallyDestroy(Timer<WebHelperPluginImpl>*);
|
|
|
| Timer<WebHelperPluginImpl> m_destructionTimer;
|
| - RefPtrWillBePersistent<HTMLObjectElement> m_objectElement;
|
| - RefPtrWillBePersistent<WebPluginContainerImpl> m_pluginContainer;
|
| + Persistent<HTMLObjectElement> m_objectElement;
|
| + Persistent<WebPluginContainerImpl> m_pluginContainer;
|
| };
|
|
|
| } // namespace blink
|
|
|