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

Unified Diff: Source/modules/push_messaging/PushSubscriptionCallbacks.h

Issue 1318793005: [part 2] Make classes and structures in modules fast-allocated. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 3 months 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: Source/modules/push_messaging/PushSubscriptionCallbacks.h
diff --git a/Source/modules/push_messaging/PushSubscriptionCallbacks.h b/Source/modules/push_messaging/PushSubscriptionCallbacks.h
index c9244875b16d48ab822bc7a6a498f9223c54b293..bdff38ead4647397ee6f2f3f4f3df53983162ce9 100644
--- a/Source/modules/push_messaging/PushSubscriptionCallbacks.h
+++ b/Source/modules/push_messaging/PushSubscriptionCallbacks.h
@@ -22,6 +22,7 @@ struct WebPushSubscription;
// will pass it to the PushSubscription.
class PushSubscriptionCallbacks final : public WebPushSubscriptionCallbacks {
WTF_MAKE_NONCOPYABLE(PushSubscriptionCallbacks);
+ WTF_MAKE_FAST_ALLOCATED(PushSubscriptionCallbacks);
public:
PushSubscriptionCallbacks(ScriptPromiseResolver*, ServiceWorkerRegistration*);
~PushSubscriptionCallbacks() override;
« no previous file with comments | « Source/modules/push_messaging/PushPermissionStatusCallbacks.h ('k') | Source/modules/quota/DOMWindowQuota.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698