mirror of
https://github.com/servo/servo.git
synced 2025-06-09 09:03:23 +00:00
Upgrade to rustc 1.38.0-nightly (dddb7fca0 2019-07-30)
This commit is contained in:
parent
87e7e3d429
commit
c38c964f1b
38 changed files with 118 additions and 109 deletions
|
@ -2997,7 +2997,7 @@ impl ScriptThread {
|
|||
global_to_clone,
|
||||
browsing_context_id,
|
||||
top_level_browsing_context_id,
|
||||
parent.deref(),
|
||||
parent.as_deref(),
|
||||
opener,
|
||||
);
|
||||
self.window_proxies
|
||||
|
@ -3043,8 +3043,8 @@ impl ScriptThread {
|
|||
&window,
|
||||
browsing_context_id,
|
||||
top_level_browsing_context_id,
|
||||
iframe.deref().map(Castable::upcast),
|
||||
parent.deref(),
|
||||
iframe.as_deref().map(Castable::upcast),
|
||||
parent.as_deref(),
|
||||
opener,
|
||||
);
|
||||
self.window_proxies
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue