Index: Source/core/frame/TopControls.h |
diff --git a/Source/core/frame/TopControls.h b/Source/core/frame/TopControls.h |
index 46fe26ff6f8f36a52c638987412436c5c68ea66d..90a8824f8f9f157546df5919574f2f1b76c76eba 100644 |
--- a/Source/core/frame/TopControls.h |
+++ b/Source/core/frame/TopControls.h |
@@ -20,6 +20,7 @@ class FloatSize; |
// to completion is still handled by compositor and kicks in when scrolling is |
// complete (i.e, upon ScrollEnd or FlingEnd). |
class CORE_EXPORT TopControls final : public NoBaseWillBeGarbageCollectedFinalized<TopControls> { |
+ WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED(TopControls); |
public: |
static PassOwnPtrWillBeRawPtr<TopControls> create(const FrameHost& host) |
{ |