summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Bytecode/StringTable.h
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Libraries/LibJS/Bytecode/StringTable.h')
-rw-r--r--Userland/Libraries/LibJS/Bytecode/StringTable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Libraries/LibJS/Bytecode/StringTable.h b/Userland/Libraries/LibJS/Bytecode/StringTable.h
index 67760a36be..2f86e6f9c0 100644
--- a/Userland/Libraries/LibJS/Bytecode/StringTable.h
+++ b/Userland/Libraries/LibJS/Bytecode/StringTable.h
@@ -12,7 +12,7 @@
namespace JS::Bytecode {
-AK_TYPEDEF_DISTINCT_NUMERIC_GENERAL(size_t, false, true, false, false, false, false, StringTableIndex);
+AK_TYPEDEF_DISTINCT_NUMERIC_GENERAL(size_t, StringTableIndex, Comparison);
class StringTable {
AK_MAKE_NONMOVABLE(StringTable);