Skip to content

Commit

Permalink
Fix rebase fallout
Browse files Browse the repository at this point in the history
  • Loading branch information
Lord-McSweeney authored and Lord-McSweeney committed Dec 31, 2023
1 parent 94baae3 commit cb8d57a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/avm2/verify.rs
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@ fn verify_block<'gc>(

let multiname = method
.translation_unit()
.pool_maybe_uninitialized_multiname(*index, &mut activation.borrow_gc())?;
.pool_maybe_uninitialized_multiname(*index, &mut activation.context)?;

if multiname.has_lazy_component() {
return Err(Error::AvmError(verify_error(
Expand Down

0 comments on commit cb8d57a

Please sign in to comment.