| 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 d293cc4f22419ab0405dbd6bfaedf92784aab7e6..1198f9836392702dac92ff89ca70cce1db4917f1 100644
 | 
| --- a/third_party/WebKit/Source/web/WebHelperPluginImpl.cpp
 | 
| +++ b/third_party/WebKit/Source/web/WebHelperPluginImpl.cpp
 | 
| @@ -90,7 +90,7 @@ bool WebHelperPluginImpl::initialize(const String& pluginType, WebLocalFrameImpl
 | 
|      return !getPlugin()->isPlaceholder();
 | 
|  }
 | 
|  
 | 
| -void WebHelperPluginImpl::reallyDestroy(Timer<WebHelperPluginImpl>*)
 | 
| +void WebHelperPluginImpl::reallyDestroy(TimerBase*)
 | 
|  {
 | 
|      delete this;
 | 
|  }
 | 
| 
 |