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 ff8630b4bf2579c15a176d685dfb01cb453e1592..030bb875f514ef63e34cb32307e1156c0687cded 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(this), |
+ : ActiveScriptWrappable<Notification>(this), |
SuspendableObject(context), |
m_type(type), |
m_state(State::Loading), |