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

Unified Diff: Source/core/timing/WorkerGlobalScopePerformance.h

Issue 1323493004: Make classes and structures in core/workers, core/timing and core/testing fast-allocated. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 4 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/core/timing/MemoryInfo.h ('k') | Source/core/workers/WorkerClients.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/timing/WorkerGlobalScopePerformance.h
diff --git a/Source/core/timing/WorkerGlobalScopePerformance.h b/Source/core/timing/WorkerGlobalScopePerformance.h
index e29ccd2d6a3d6b32abe3020495e3c38ec642e0d0..29dc26730ab54ff8690924b8f9adf0958fbe8918 100644
--- a/Source/core/timing/WorkerGlobalScopePerformance.h
+++ b/Source/core/timing/WorkerGlobalScopePerformance.h
@@ -41,6 +41,7 @@ class WorkerGlobalScope;
class WorkerGlobalScopePerformance final : public NoBaseWillBeGarbageCollected<WorkerGlobalScopePerformance>, public WillBeHeapSupplement<WorkerGlobalScope> {
WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(WorkerGlobalScopePerformance);
+ WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED(WorkerGlobalScopePerformance);
public:
static WorkerGlobalScopePerformance& from(WorkerGlobalScope&);
« no previous file with comments | « Source/core/timing/MemoryInfo.h ('k') | Source/core/workers/WorkerClients.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698