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

Unified Diff: Source/core/inspector/PromiseTracker.h

Issue 1308273007: Make classes and structures in core/inspector 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/core/inspector/MainThreadDebugger.h ('k') | Source/core/inspector/RemoteObjectId.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/inspector/PromiseTracker.h
diff --git a/Source/core/inspector/PromiseTracker.h b/Source/core/inspector/PromiseTracker.h
index 265e6934799c635840b88065c465d2f03466e9a3..6b8d5c511ea18a6a7ccd489c62e884d7dc77cc28 100644
--- a/Source/core/inspector/PromiseTracker.h
+++ b/Source/core/inspector/PromiseTracker.h
@@ -23,6 +23,7 @@ class ScriptValue;
class PromiseTracker final : public NoBaseWillBeGarbageCollectedFinalized<PromiseTracker> {
WTF_MAKE_NONCOPYABLE(PromiseTracker);
+ WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED(PromiseTracker);
public:
class CORE_EXPORT Listener : public WillBeGarbageCollectedMixin {
public:
« no previous file with comments | « Source/core/inspector/MainThreadDebugger.h ('k') | Source/core/inspector/RemoteObjectId.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698