aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmliframeelement.rs
diff options
context:
space:
mode:
authorGregory Terzian <gterzian@users.noreply.github.com>2018-06-02 20:56:00 +0800
committerGregory Terzian <gterzian@users.noreply.github.com>2018-08-11 01:13:11 +0200
commit21bf5a3a4b6398cd7c20449ba9110499feca7d6b (patch)
tree151b1df3f5dccc17b79a5feeb5a1f9bf35759123 /components/script/dom/htmliframeelement.rs
parentf408b798c4666eddeb8b52d8965d7d4a6942e066 (diff)
downloadservo-21bf5a3a4b6398cd7c20449ba9110499feca7d6b.tar.gz
servo-21bf5a3a4b6398cd7c20449ba9110499feca7d6b.zip
implement opener, disowning
Diffstat (limited to 'components/script/dom/htmliframeelement.rs')
-rw-r--r--components/script/dom/htmliframeelement.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/dom/htmliframeelement.rs b/components/script/dom/htmliframeelement.rs
index 373aa9c254f..b7540344c6a 100644
--- a/components/script/dom/htmliframeelement.rs
+++ b/components/script/dom/htmliframeelement.rs
@@ -177,6 +177,7 @@ impl HTMLIFrameElement {
new_pipeline_id: new_pipeline_id,
browsing_context_id: browsing_context_id,
top_level_browsing_context_id: top_level_browsing_context_id,
+ opener: None,
load_data: load_data.unwrap(),
pipeline_port: pipeline_receiver,
content_process_shutdown_chan: None,