| Index: Source/modules/notifications/Notification.cpp
|
| diff --git a/Source/modules/notifications/Notification.cpp b/Source/modules/notifications/Notification.cpp
|
| index a929710b333efe2a8d80c7c380dc6c8fe0747cae..8cd68e4af6e13deff521a8ac97aeeaa9bafa93fb 100644
|
| --- a/Source/modules/notifications/Notification.cpp
|
| +++ b/Source/modules/notifications/Notification.cpp
|
| @@ -167,16 +167,6 @@ void Notification::close()
|
| }
|
| }
|
|
|
| -EventTargetData* Notification::eventTargetData()
|
| -{
|
| - return &m_eventTargetData;
|
| -}
|
| -
|
| -EventTargetData* Notification::ensureEventTargetData()
|
| -{
|
| - return &m_eventTargetData;
|
| -}
|
| -
|
| void Notification::contextDestroyed()
|
| {
|
| ActiveDOMObject::contextDestroyed();
|
|
|