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

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

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.h
diff --git a/third_party/WebKit/Source/modules/notifications/Notification.h b/third_party/WebKit/Source/modules/notifications/Notification.h
index 829a09d899c48527f7a84841b41046a153e79feb..ca77ae49e0fbfc95ff7998ad67667e03200dc2c4 100644
--- a/third_party/WebKit/Source/modules/notifications/Notification.h
+++ b/third_party/WebKit/Source/modules/notifications/Notification.h
@@ -57,10 +57,11 @@ class NotificationPermissionCallback;
class NotificationResourcesLoader;
class ScriptState;
-class MODULES_EXPORT Notification final : public EventTargetWithInlineData,
- public ActiveScriptWrappable,
- public SuspendableObject,
- public WebNotificationDelegate {
+class MODULES_EXPORT Notification final
+ : public EventTargetWithInlineData,
+ public ActiveScriptWrappable<Notification>,
+ public SuspendableObject,
+ public WebNotificationDelegate {
USING_GARBAGE_COLLECTED_MIXIN(Notification);
DEFINE_WRAPPERTYPEINFO();

Powered by Google App Engine
This is Rietveld 408576698