mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Create source actors from Debugger API notifications
Co-authored-by: atbrakhi <atbrakhi@igalia.com> Signed-off-by: Delan Azabani <dazabani@igalia.com>
This commit is contained in:
parent
e2eabd41c9
commit
048d0b0538
13 changed files with 193 additions and 64 deletions
|
@ -552,6 +552,7 @@ impl DevtoolsInstance {
|
|||
source_info.url,
|
||||
source_content,
|
||||
source_info.content_type,
|
||||
source_info.spidermonkey_id,
|
||||
);
|
||||
let source_actor_name = source_actor.name.clone();
|
||||
let source_form = source_actor.source_form();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue