diff --git a/src/components/main/constellation.rs b/src/components/main/constellation.rs index 237107027f5..94c5d0e1039 100644 --- a/src/components/main/constellation.rs +++ b/src/components/main/constellation.rs @@ -76,7 +76,7 @@ impl Clone for ChildFrameTree { pub struct SendableFrameTree { pub pipeline: CompositionPipeline, - pub children: ~[SendableChildFrameTree], + pub children: Vec, } pub struct SendableChildFrameTree {