| Index: Source/modules/push_messaging/PushManager.cpp
|
| diff --git a/Source/modules/push_messaging/PushManager.cpp b/Source/modules/push_messaging/PushManager.cpp
|
| index 7045b15a9ab3e4797a183e342b683c81b0fa0e34..b9098ecff2d1010120df02af793a2f5358b5eb8f 100644
|
| --- a/Source/modules/push_messaging/PushManager.cpp
|
| +++ b/Source/modules/push_messaging/PushManager.cpp
|
| @@ -24,9 +24,7 @@ PushManager::PushManager()
|
| ScriptWrappable::init(this);
|
| }
|
|
|
| -PushManager::~PushManager()
|
| -{
|
| -}
|
| +DEFINE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(PushManager);
|
|
|
| ScriptPromise PushManager::registerPushMessaging(ScriptState* scriptState, const String& senderId)
|
| {
|
|
|