| Index: Source/modules/notifications/NotificationCenter.cpp
|
| diff --git a/Source/modules/notifications/NotificationCenter.cpp b/Source/modules/notifications/NotificationCenter.cpp
|
| index dae9320b07623a091507f8c464a560a40e713a1f..fde326f3b1ca3bd365cdc0280a23c39fcc3cbef6 100644
|
| --- a/Source/modules/notifications/NotificationCenter.cpp
|
| +++ b/Source/modules/notifications/NotificationCenter.cpp
|
| @@ -53,6 +53,7 @@ NotificationCenter::NotificationCenter(ScriptExecutionContext* context, Notifica
|
| : ActiveDOMObject(context)
|
| , m_client(client)
|
| {
|
| + ScriptWrappable::init(this);
|
| }
|
|
|
| #if ENABLE(LEGACY_NOTIFICATIONS)
|
|
|