aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bindings
diff options
context:
space:
mode:
authorSimon Sapin <simon.sapin@exyr.org>2017-03-17 19:48:37 +0100
committerSimon Sapin <simon.sapin@exyr.org>2017-03-19 22:30:37 +0100
commit57724e5a3755a757e502658094dfda171c78ba78 (patch)
treeafb3e861c6ac5da6e308fa7d9a33056dab33274d /components/script/dom/bindings
parentadb97d4cbefde92b3645619d826ce175a787a069 (diff)
downloadservo-57724e5a3755a757e502658094dfda171c78ba78.tar.gz
servo-57724e5a3755a757e502658094dfda171c78ba78.zip
Replace RwLock<Keyframe> with Locked<Keyframe>
Diffstat (limited to 'components/script/dom/bindings')
-rw-r--r--components/script/dom/bindings/trace.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/bindings/trace.rs b/components/script/dom/bindings/trace.rs
index efa1a5646f2..387709d7332 100644
--- a/components/script/dom/bindings/trace.rs
+++ b/components/script/dom/bindings/trace.rs
@@ -514,7 +514,7 @@ unsafe impl JSTraceable for StyleLocked<CssRules> {
}
}
-unsafe impl JSTraceable for RwLock<Keyframe> {
+unsafe impl JSTraceable for StyleLocked<Keyframe> {
unsafe fn trace(&self, _trc: *mut JSTracer) {
// Do nothing.
}