mirror of
https://github.com/denoland/rusty_v8.git
synced 2024-11-24 15:19:31 -05:00
update after merge
This commit is contained in:
parent
dc66ab10fc
commit
4196df8b5f
1 changed files with 1 additions and 1 deletions
|
@ -298,7 +298,7 @@ fn dropped_context_slots() {
|
|||
fn clear_all_context_slots() {
|
||||
setup();
|
||||
|
||||
let mut snapshot_creator = v8::SnapshotCreator::new(None);
|
||||
let mut snapshot_creator = v8::SnapshotCreator::new(None, None);
|
||||
let mut isolate = unsafe { snapshot_creator.get_owned_isolate() };
|
||||
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue