aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/script_thread.rs
diff options
context:
space:
mode:
authorSimon Sapin <simon.sapin@exyr.org>2019-07-31 13:34:01 +0200
committerSimon Sapin <simon.sapin@exyr.org>2019-07-31 13:34:01 +0200
commitc38c964f1b1d2614f50863be0b896e1700b5fea8 (patch)
treecb22eaf3b552b3fac4bd06b70e42fbf3d30e369c /components/script/script_thread.rs
parent87e7e3d429f2122ffa9ef016ba5659a3b21be91b (diff)
downloadservo-c38c964f1b1d2614f50863be0b896e1700b5fea8.tar.gz
servo-c38c964f1b1d2614f50863be0b896e1700b5fea8.zip
Upgrade to rustc 1.38.0-nightly (dddb7fca0 2019-07-30)
Diffstat (limited to 'components/script/script_thread.rs')
-rw-r--r--components/script/script_thread.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/components/script/script_thread.rs b/components/script/script_thread.rs
index f6bcff56177..da5d8f2e7aa 100644
--- a/components/script/script_thread.rs
+++ b/components/script/script_thread.rs
@@ -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