diff --git a/src/servo/dom/rcu.rs b/src/servo/dom/rcu.rs index 7c980e8200d..c142d097129 100644 --- a/src/servo/dom/rcu.rs +++ b/src/servo/dom/rcu.rs @@ -129,7 +129,7 @@ impl reader_methods for handle { } } -impl private_methods for scope { +impl private_methods for scope { fn clone(v: *T) -> *T unsafe { let n: *mut T = unsafe::reinterpret_cast( @@ -165,7 +165,7 @@ fn scope() -> scope { mut first_dirty: null_handle()}) } -impl writer_methods for scope { +impl writer_methods for scope { fn is_reader_forked() -> bool { self.layout_active }