Auto merge of #15136 - nox:mitochondria-finally-makes-it-into-the-tree, r=jdm

Use mitochondria::OnceCell to store ScriptThread in TLS

<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/15136)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2017-01-23 03:17:33 -08:00 committed by GitHub
commit ca6376a714
4 changed files with 42 additions and 45 deletions

View file

@ -53,6 +53,7 @@ libc = "0.2"
log = "0.3.5"
mime = "0.2.1"
mime_guess = "1.8.0"
mitochondria = "1.1.2"
msg = {path = "../msg"}
net_traits = {path = "../net_traits"}
num-traits = "0.1.32"