Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1127)

Unified Diff: third_party/WebKit/Source/modules/notifications/Notification.cpp

Issue 2578193004: Remove ActiveScriptWrappableBase::m_scriptWrappable (Closed)
Patch Set: temp Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..a5c57057926dde92be3851748341d33dd03467b9 100644
--- a/third_party/WebKit/Source/modules/notifications/Notification.cpp
+++ b/third_party/WebKit/Source/modules/notifications/Notification.cpp
@@ -133,8 +133,7 @@ Notification* Notification::create(ExecutionContext* context,
Notification::Notification(ExecutionContext* context,
Type type,
const WebNotificationData& data)
- : ActiveScriptWrappable<Notification>(this),
- SuspendableObject(context),
+ : SuspendableObject(context),
m_type(type),
m_state(State::Loading),
m_data(data) {

Powered by Google App Engine
This is Rietveld 408576698