auto merge of #1966 : lpy/servo/issue1955, r=jdm

see #1955
This commit is contained in:
bors-servo 2014-03-23 13:25:42 -04:00
commit 3401a568f2

View file

@ -21,6 +21,7 @@ impl<T> Eq for JS<T> {
}
impl <T> Clone for JS<T> {
#[inline]
fn clone(&self) -> JS<T> {
JS {
ptr: self.ptr.clone()