| Index: third_party/WebKit/Source/modules/notifications/NotificationEvent.cpp
 | 
| diff --git a/third_party/WebKit/Source/modules/notifications/NotificationEvent.cpp b/third_party/WebKit/Source/modules/notifications/NotificationEvent.cpp
 | 
| index 3c51f12846cff864934b6e66aa419cd4123f02f8..e93968ccbb0b119173d7a93923a00b1fb0d24994 100644
 | 
| --- a/third_party/WebKit/Source/modules/notifications/NotificationEvent.cpp
 | 
| +++ b/third_party/WebKit/Source/modules/notifications/NotificationEvent.cpp
 | 
| @@ -9,11 +9,6 @@
 | 
|  
 | 
|  namespace blink {
 | 
|  
 | 
| -NotificationEvent::NotificationEvent()
 | 
| -    : m_action(emptyString())
 | 
| -{
 | 
| -}
 | 
| -
 | 
|  NotificationEvent::NotificationEvent(const AtomicString& type, const NotificationEventInit& initializer)
 | 
|      : ExtendableEvent(type, initializer)
 | 
|      , m_action(initializer.action())
 | 
| 
 |