| 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 d632b380b6e243c6ae9e1123ce9c68d37fe9f21f..3640a9bf26ca525f4dfce367ebf5a8659195ec65 100644
 | 
| --- a/third_party/WebKit/Source/web/WebHelperPluginImpl.h
 | 
| +++ b/third_party/WebKit/Source/web/WebHelperPluginImpl.h
 | 
| @@ -62,7 +62,7 @@ private:
 | 
|      ~WebHelperPluginImpl() override;
 | 
|  
 | 
|      bool initialize(const String& pluginType, WebLocalFrameImpl*);
 | 
| -    void reallyDestroy(Timer<WebHelperPluginImpl>*);
 | 
| +    void reallyDestroy(TimerBase*);
 | 
|  
 | 
|      Timer<WebHelperPluginImpl> m_destructionTimer;
 | 
|      Persistent<HTMLObjectElement> m_objectElement;
 | 
| 
 |