aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/script_task.rs
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2013-08-29 15:22:17 -0700
committerBrian Anderson <banderson@mozilla.com>2013-08-29 16:04:52 -0700
commit9624148f1802b88ce74ff3e6eaa783f357b2be76 (patch)
tree3f2d71cd80d89520975483f765f798d4a274692a /src/components/script/script_task.rs
parent1026556477ea428a8cdd4bee065a74b0b950b472 (diff)
parentbc3cd8c1c11b560a9af85ae834b1bc11de15edfa (diff)
downloadservo-9624148f1802b88ce74ff3e6eaa783f357b2be76.tar.gz
servo-9624148f1802b88ce74ff3e6eaa783f357b2be76.zip
Merge remote-tracking branch 'origin/master' into HEAD
Conflicts: src/components/script/dom/bindings/proxyhandler.rs src/components/script/dom/bindings/text.rs
Diffstat (limited to 'src/components/script/script_task.rs')
-rw-r--r--src/components/script/script_task.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/script/script_task.rs b/src/components/script/script_task.rs
index b4a891629c2..d6531fcba8b 100644
--- a/src/components/script/script_task.rs
+++ b/src/components/script/script_task.rs
@@ -566,6 +566,7 @@ impl ScriptTask {
}
page.layout_chan.send(layout_interface::ExitMsg);
}
+ self.compositor.close();
}
/// The entry point to document loading. Defines bindings, sets up the window and document