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

Unified Diff: Source/web/WorkerGlobalScopeProxyProviderImpl.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/WorkerContentSettingsClient.h ('k') | Source/web/painting/PaintAggregator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WorkerGlobalScopeProxyProviderImpl.h
diff --git a/Source/web/WorkerGlobalScopeProxyProviderImpl.h b/Source/web/WorkerGlobalScopeProxyProviderImpl.h
index 1f07a7c56c9ebe57d41856ace99222ec789fda2b..7e4765143df1632176829ce416b84662d2b10c51 100644
--- a/Source/web/WorkerGlobalScopeProxyProviderImpl.h
+++ b/Source/web/WorkerGlobalScopeProxyProviderImpl.h
@@ -43,6 +43,7 @@ class WorkerGlobalScopeProxy;
class WorkerGlobalScopeProxyProviderImpl final : public NoBaseWillBeGarbageCollectedFinalized<WorkerGlobalScopeProxyProviderImpl>, public WorkerGlobalScopeProxyProvider {
WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(WorkerGlobalScopeProxyProviderImpl);
WTF_MAKE_NONCOPYABLE(WorkerGlobalScopeProxyProviderImpl);
+ WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED(WorkerGlobalScopeProxyProviderImpl);
public:
static PassOwnPtrWillBeRawPtr<WorkerGlobalScopeProxyProviderImpl> create()
{
« no previous file with comments | « Source/web/WorkerContentSettingsClient.h ('k') | Source/web/painting/PaintAggregator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698