diff options
Diffstat (limited to 'src/wasm-linker.h')
-rw-r--r-- | src/wasm-linker.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wasm-linker.h b/src/wasm-linker.h index 2a6e3c01a..4a0e1e0b9 100644 --- a/src/wasm-linker.h +++ b/src/wasm-linker.h @@ -269,7 +269,7 @@ class Linker { // Makes sure the table has a single segment, with offset 0, // to which we can add content. - void ensureTableIsPopulated(); + void ensureTableSegment(); std::vector<Name>& getTableDataRef(); std::vector<Name> getTableData(); |