diff options
author | Bobby Holley <bobbyholley@gmail.com> | 2016-09-29 17:43:04 -0700 |
---|---|---|
committer | Bobby Holley <bobbyholley@gmail.com> | 2016-10-02 19:19:52 -0700 |
commit | 18d552a1e90122262cb2057deb36d03f0eb8dd54 (patch) | |
tree | 1c28cc6a5a0f9ac527da9c09371cdcea1c813de5 /components/script/layout_wrapper.rs | |
parent | 518324cff6dd91b0497b252cee89b130b954097a (diff) | |
download | servo-18d552a1e90122262cb2057deb36d03f0eb8dd54.tar.gz servo-18d552a1e90122262cb2057deb36d03f0eb8dd54.zip |
Stop using Ref::map for style().
It's not possible to implement a Ref::map equivalent method on AtomicRefCell
while having AtomicRefCell implemented on top of RwArc. We could potentially
reimplement AtomicRefCell to be more like RefCell and add a Ref::map equivalent
method, but I (and pcwalton) think we should try just cloning a few extra
Arcs at these callsites instead.
MozReview-Commit-ID: 6H8vAWguO3z
Diffstat (limited to 'components/script/layout_wrapper.rs')
0 files changed, 0 insertions, 0 deletions