aboutsummaryrefslogtreecommitdiffstats
path: root/components/script_layout_interface/lib.rs
diff options
context:
space:
mode:
authorBobby Holley <bobbyholley@gmail.com>2016-09-29 17:43:04 -0700
committerBobby Holley <bobbyholley@gmail.com>2016-10-02 19:19:52 -0700
commit18d552a1e90122262cb2057deb36d03f0eb8dd54 (patch)
tree1c28cc6a5a0f9ac527da9c09371cdcea1c813de5 /components/script_layout_interface/lib.rs
parent518324cff6dd91b0497b252cee89b130b954097a (diff)
downloadservo-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_interface/lib.rs')
0 files changed, 0 insertions, 0 deletions