summaryrefslogtreecommitdiff
path: root/core/inspector.rs
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2022-05-26 13:13:01 +0200
committerGitHub <noreply@github.com>2022-05-26 13:13:01 +0200
commit3aa6d5d8b0911e9c5fcd38dd856f419692b28085 (patch)
tree90db8a578b7a7ba97c74cbd475b281fecb551ff3 /core/inspector.rs
parentb4fabedd794f1a89bb78a5bd7d582e1dc59af905 (diff)
chore: upgrade rusty_v8 to 0.43.1 (#14713)
Diffstat (limited to 'core/inspector.rs')
-rw-r--r--core/inspector.rs1
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 {