makeUnique cannot be used to instantiate function-local classes This is due to WTF_MAKE_FAST_ALLOCATED causing warn-unused-typedef
Created attachment 431764 [details] Patch
Comment on attachment 431764 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=431764&action=review > Source/WTF/wtf/FastMalloc.h:446 > +using __thisIsHereToForceASemicolonAfterThisMacro = int UNUSED_TYPE_ALIAS There is a similar using line in IsoHeap.h. Maybe that needs fixing too?
Created attachment 431767 [details] Patch
Created attachment 431768 [details] Patch
Created attachment 431835 [details] Patch
Committed r279073 (238993@main): <https://commits.webkit.org/238993@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 431835 [details].
<rdar://problem/79573066>