diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2016-01-09 01:32:45 +0530 |
---|---|---|
committer | bors-servo <lbergstrom+bors@mozilla.com> | 2016-01-09 01:32:45 +0530 |
commit | b8186a2203cdbdcc24d77554cb53e048ef13c669 (patch) | |
tree | d6c4de77d8b4723b65bc388bd80cf4b52039cf53 /components/script/dom/htmlbaseelement.rs | |
parent | 23f9da7b1295d143b6768a8e624342eb4e3412be (diff) | |
parent | c5982872c8ed2862543222e11793a688a54d8aa8 (diff) | |
download | servo-b8186a2203cdbdcc24d77554cb53e048ef13c669.tar.gz servo-b8186a2203cdbdcc24d77554cb53e048ef13c669.zip |
Auto merge of #9195 - nikkisquared:rewrap_response, r=jdm
Replace Rc<RefCell<Response>> with Rc<Response>
Similar to why I'm doing #9172, I'm changing `Rc<RefCell<Response>>` into `Rc<Response>` and wrapping fields in `RefCell<T>` as needed. So far I've only needed to change `url_list`, but I'm sure I'll need to update more fields in the future.
There's two lines that don't compile that I'm not going to bother trying to fix until #9172 is approved, because getting them to work now will just require more changes after merging with the changes #9172 makes to them.
<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9195)
<!-- Reviewable:end -->
Diffstat (limited to 'components/script/dom/htmlbaseelement.rs')
0 files changed, 0 insertions, 0 deletions