summaryrefslogtreecommitdiff
path: root/src/wasm-binary.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wasm-binary.h')
-rw-r--r--src/wasm-binary.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wasm-binary.h b/src/wasm-binary.h
index 9a79a4c8b..f7d57f5c9 100644
--- a/src/wasm-binary.h
+++ b/src/wasm-binary.h
@@ -1453,7 +1453,7 @@ class WasmBinaryReader {
Index startIndex = -1;
std::set<Function::DebugLocation> debugLocation;
size_t codeSectionLocation;
- std::set<BinaryConsts::Section> seenSections;
+ std::unordered_set<uint8_t> seenSections;
// All types defined in the type section
std::vector<HeapType> types;