summaryrefslogtreecommitdiff
path: root/src/wasm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wasm.h')
-rw-r--r--src/wasm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wasm.h b/src/wasm.h
index 3d658d367..edcda4219 100644
--- a/src/wasm.h
+++ b/src/wasm.h
@@ -1095,6 +1095,8 @@ public:
RefNull(MixedArena& allocator) {}
void finalize();
+ void finalize(HeapType heapType);
+ void finalize(Type type);
};
class RefIsNull : public SpecificExpression<Expression::RefIsNullId> {