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

Unified Diff: Source/web/WorkerContentSettingsClient.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/WebTextCheckingCompletionImpl.h ('k') | Source/web/WorkerGlobalScopeProxyProviderImpl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WorkerContentSettingsClient.h
diff --git a/Source/web/WorkerContentSettingsClient.h b/Source/web/WorkerContentSettingsClient.h
index 8adf79308361c466e709ef061fd7bbae153e9283..849c7b7e93582addcfdec7c7fa2b62e4fbb9ef6e 100644
--- a/Source/web/WorkerContentSettingsClient.h
+++ b/Source/web/WorkerContentSettingsClient.h
@@ -42,6 +42,7 @@ class WebWorkerContentSettingsClientProxy;
class WorkerContentSettingsClient final : public NoBaseWillBeGarbageCollectedFinalized<WorkerContentSettingsClient>, public WillBeHeapSupplement<WorkerClients> {
WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(WorkerContentSettingsClient);
+ WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED(WorkerContentSettingsClient);
public:
static PassOwnPtrWillBeRawPtr<WorkerContentSettingsClient> create(PassOwnPtr<WebWorkerContentSettingsClientProxy>);
virtual ~WorkerContentSettingsClient();
« no previous file with comments | « Source/web/WebTextCheckingCompletionImpl.h ('k') | Source/web/WorkerGlobalScopeProxyProviderImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698