diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2022-05-26 13:13:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-26 13:13:01 +0200 |
commit | 3aa6d5d8b0911e9c5fcd38dd856f419692b28085 (patch) | |
tree | 90db8a578b7a7ba97c74cbd475b281fecb551ff3 /core/inspector.rs | |
parent | b4fabedd794f1a89bb78a5bd7d582e1dc59af905 (diff) |
chore: upgrade rusty_v8 to 0.43.1 (#14713)
Diffstat (limited to 'core/inspector.rs')
-rw-r--r-- | core/inspector.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/inspector.rs b/core/inspector.rs index b6c86fb79..26855acdf 100644 --- a/core/inspector.rs +++ b/core/inspector.rs @@ -527,6 +527,7 @@ impl InspectorSession { // the 'v8_channel' argument cannot move. unsafe { &mut *self_ptr }, v8::inspector::StringView::empty(), + v8::inspector::V8InspectorClientTrustLevel::FullyTrusted, ); Self { |