| Index: Source/modules/push_messaging/PushRegistration.cpp
|
| diff --git a/Source/modules/push_messaging/PushRegistration.cpp b/Source/modules/push_messaging/PushRegistration.cpp
|
| index b6ae352f21c0e348408af5b45249a8193e346e12..79a9bbae88b1fdde1f6109bdc2e282ed3f1a7ff3 100644
|
| --- a/Source/modules/push_messaging/PushRegistration.cpp
|
| +++ b/Source/modules/push_messaging/PushRegistration.cpp
|
| @@ -24,7 +24,6 @@ PushRegistration::PushRegistration(const String& pushEndpoint, const String& pus
|
| : m_pushEndpoint(pushEndpoint)
|
| , m_pushRegistrationId(pushRegistrationId)
|
| {
|
| - ScriptWrappable::init(this);
|
| }
|
|
|
| PushRegistration::~PushRegistration()
|
|
|