| Index: third_party/WebKit/Source/modules/background_sync/SyncEvent.cpp
 | 
| diff --git a/third_party/WebKit/Source/modules/background_sync/SyncEvent.cpp b/third_party/WebKit/Source/modules/background_sync/SyncEvent.cpp
 | 
| index 96358ccad2dd90aa33e73d4b20c7a37402468933..d9f2fb80eec4344d21bb4e9cb16613c537fae2b6 100644
 | 
| --- a/third_party/WebKit/Source/modules/background_sync/SyncEvent.cpp
 | 
| +++ b/third_party/WebKit/Source/modules/background_sync/SyncEvent.cpp
 | 
| @@ -6,10 +6,6 @@
 | 
|  
 | 
|  namespace blink {
 | 
|  
 | 
| -SyncEvent::SyncEvent()
 | 
| -{
 | 
| -}
 | 
| -
 | 
|  SyncEvent::SyncEvent(const AtomicString& type, const String& tag, bool lastChance, WaitUntilObserver* observer)
 | 
|      : ExtendableEvent(type, ExtendableEventInit(), observer)
 | 
|      , m_tag(tag)
 | 
| 
 |