Skip to content

Commit

Permalink
Fix debug build
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarred-Sumner committed Aug 27, 2024
1 parent 5108824 commit 8267d95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/JavaScriptCore/wasm/WasmOMGIRGenerator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ class OMGIRGenerator {
enum class CastKind { Cast, Test };

struct AbstractHeap {
WTF_MAKE_STRUCT_FAST_ALLOCATED_WITH_HEAP_IDENTIFIER(AbstractHeap);
WTF_MAKE_STRUCT_FAST_ALLOCATED;
Vector<AbstractHeap*> m_children;
bool hasAnyUnindexed = false;
unsigned minBeginIndex = 0xffffffffu;
Expand Down

0 comments on commit 8267d95

Please sign in to comment.