mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
Add new Window globals as debuggees
Signed-off-by: Delan Azabani <dazabani@igalia.com> Co-authored-by: atbrakhi <atbrakhi@igalia.com>
This commit is contained in:
parent
c59ee57b5d
commit
e2eabd41c9
7 changed files with 107 additions and 1 deletions
|
@ -3449,6 +3449,8 @@ impl ScriptThread {
|
|||
incomplete.load_data.inherited_secure_context,
|
||||
incomplete.theme,
|
||||
);
|
||||
self.debugger_global
|
||||
.fire_add_debuggee(can_gc, window.upcast());
|
||||
|
||||
let _realm = enter_realm(&*window);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue