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

Unified Diff: Source/web/NotificationPermissionClientImpl.h

Issue 1328773002: Make classes and structures in web 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
« no previous file with comments | « Source/web/MediaKeysClientImpl.h ('k') | Source/web/OpenedFrameTracker.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/NotificationPermissionClientImpl.h
diff --git a/Source/web/NotificationPermissionClientImpl.h b/Source/web/NotificationPermissionClientImpl.h
index 106c3be53c593c0163677a632b26c586d34e23c7..5aca407005084985a4a25fca21f138d038cc6db4 100644
--- a/Source/web/NotificationPermissionClientImpl.h
+++ b/Source/web/NotificationPermissionClientImpl.h
@@ -12,6 +12,7 @@ namespace blink {
class NotificationPermissionClientImpl : public NoBaseWillBeGarbageCollectedFinalized<NotificationPermissionClientImpl>, public NotificationPermissionClient {
WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(NotificationPermissionClientImpl);
+ WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED(NotificationPermissionClientImpl);
public:
static PassOwnPtrWillBeRawPtr<NotificationPermissionClientImpl> create();
« no previous file with comments | « Source/web/MediaKeysClientImpl.h ('k') | Source/web/OpenedFrameTracker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698