| Index: third_party/WebKit/Source/core/events/ApplicationCacheErrorEvent.cpp
 | 
| diff --git a/third_party/WebKit/Source/core/events/ApplicationCacheErrorEvent.cpp b/third_party/WebKit/Source/core/events/ApplicationCacheErrorEvent.cpp
 | 
| index e0784d6975233a4f10eab1d1ff766e9c1145be47..57d17a75075aa82dd4877eaeefcb97ddc91b6b79 100644
 | 
| --- a/third_party/WebKit/Source/core/events/ApplicationCacheErrorEvent.cpp
 | 
| +++ b/third_party/WebKit/Source/core/events/ApplicationCacheErrorEvent.cpp
 | 
| @@ -39,10 +39,6 @@ static const String& errorReasonToString(WebApplicationCacheHost::ErrorReason re
 | 
|      return emptyString();
 | 
|  }
 | 
|  
 | 
| -ApplicationCacheErrorEvent::ApplicationCacheErrorEvent()
 | 
| -{
 | 
| -}
 | 
| -
 | 
|  ApplicationCacheErrorEvent::ApplicationCacheErrorEvent(WebApplicationCacheHost::ErrorReason reason, const String& url, int status, const String& message)
 | 
|      : Event(EventTypeNames::error, false, false)
 | 
|      , m_reason(errorReasonToString(reason))
 | 
| 
 |