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

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

Issue 2577053002: ActiveScriptWrappable: GC wrappers in detached ExecutionContexts. (Closed)
Patch Set: component build fix(msvc) 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 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),

Powered by Google App Engine
This is Rietveld 408576698