aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/layout/context.rs
diff options
context:
space:
mode:
authorJack Moffitt <jack@metajack.im>2014-07-21 07:37:24 -0600
committerJack Moffitt <jack@metajack.im>2014-08-02 21:11:47 -0600
commitb91e6f30e063cbcea4ffd750da8385ce448de797 (patch)
tree3e762f7866e29379810ac1e612f7942979e21b87 /src/components/layout/context.rs
parent8b6f62c195dd7e42d0b6a18f2ced6fa16bc29faa (diff)
downloadservo-b91e6f30e063cbcea4ffd750da8385ce448de797.tar.gz
servo-b91e6f30e063cbcea4ffd750da8385ce448de797.zip
Upgrade Rust.
Diffstat (limited to 'src/components/layout/context.rs')
-rw-r--r--src/components/layout/context.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/layout/context.rs b/src/components/layout/context.rs
index 9fca5632659..0a58e3a761a 100644
--- a/src/components/layout/context.rs
+++ b/src/components/layout/context.rs
@@ -73,7 +73,7 @@ pub struct LayoutContext {
/// The CSS selector stylist.
///
/// FIXME(#2604): Make this no longer an unsafe pointer once we have fast `RWArc`s.
- pub stylist: *Stylist,
+ pub stylist: *const Stylist,
/// The root node at which we're starting the layout.
pub reflow_root: OpaqueNode,