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

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

Issue 1278983003: Adding allocator annotations to blink classes and structs. (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
Index: Source/core/timing/SharedWorkerPerformance.h
diff --git a/Source/core/timing/SharedWorkerPerformance.h b/Source/core/timing/SharedWorkerPerformance.h
index 70dd9cc91c70939eede02b94459fbe5c56e44576..e7820a80ff9d0ee51f734fcdbea71003cf88b60f 100644
--- a/Source/core/timing/SharedWorkerPerformance.h
+++ b/Source/core/timing/SharedWorkerPerformance.h
@@ -40,6 +40,7 @@ class SharedWorker;
class SharedWorkerPerformance final : public NoBaseWillBeGarbageCollected<SharedWorkerPerformance>, public WillBeHeapSupplement<SharedWorker> {
WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(SharedWorkerPerformance);
+ WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED(SharedWorkerPerformance);
public:
static SharedWorkerPerformance& from(SharedWorker&);

Powered by Google App Engine
This is Rietveld 408576698