Index: third_party/WebKit/Source/modules/notifications/Notification.cpp |
diff --git a/third_party/WebKit/Source/modules/notifications/Notification.cpp b/third_party/WebKit/Source/modules/notifications/Notification.cpp |
index 030bb875f514ef63e34cb32307e1156c0687cded..0e7dbd4e6dcc63867878486716bc1db9dc82a3b4 100644 |
--- a/third_party/WebKit/Source/modules/notifications/Notification.cpp |
+++ b/third_party/WebKit/Source/modules/notifications/Notification.cpp |
@@ -133,7 +133,7 @@ Notification* Notification::create(ExecutionContext* context, |
Notification::Notification(ExecutionContext* context, |
Type type, |
const WebNotificationData& data) |
- : ActiveScriptWrappable<Notification>(this), |
+ : ActiveScriptWrappable(), |
SuspendableObject(context), |
m_type(type), |
m_state(State::Loading), |