[Webkit-unassigned] [Bug 230803] [JSC][32bit] Fix build after unlinked baseline JIT (r283083)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 1 10:33:55 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=230803

--- Comment #9 from Xan Lopez <xan.lopez at gmail.com> ---
(In reply to Saam Barati from comment #8)
> Comment on attachment 439857 [details]
> v4
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=439857&action=review
> 
> Seems like a good first step to get things building. r=me
> 
> > Source/JavaScriptCore/bytecode/CallLinkInfo.h:28
> > +#include "CallFrameShuffleData.h"
> 
> why was this needed. Why didn't the forward declare work?

std::unique_ptr was complaining, but I read in the spec that it explicitly allows for incomplete types. I'll try again.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20211001/09ce471d/attachment.htm>


More information about the webkit-unassigned mailing list