diff options
Diffstat (limited to 'src/servo/layout/root.rs')
-rw-r--r-- | src/servo/layout/root.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/servo/layout/root.rs b/src/servo/layout/root.rs index f7c98cdbffa..b5a1e1f087d 100644 --- a/src/servo/layout/root.rs +++ b/src/servo/layout/root.rs @@ -32,8 +32,7 @@ pub trait RootLayout { c: &Point2D<Au>, d: &Mut<DisplayList>); } -impl FlowContext : RootLayout { - +impl RootLayout for FlowContext { pure fn starts_root_flow() -> bool { match self { RootFlow(*) => true, |