mirror of
https://github.com/servo/servo.git
synced 2025-08-07 22:45:34 +01:00
auto merge of #654 : tkuehn/servo/master, r=metajack
Fixes #653. r? @metajack
This commit is contained in:
commit
288eee073f
1 changed files with 1 additions and 1 deletions
|
@ -347,7 +347,7 @@ impl Constellation {
|
||||||
let matching_pending_frames = do self.pending_frames.iter().filter_map |frame_change| {
|
let matching_pending_frames = do self.pending_frames.iter().filter_map |frame_change| {
|
||||||
frame_change.after.find_mut(source_pipeline_id)
|
frame_change.after.find_mut(source_pipeline_id)
|
||||||
};
|
};
|
||||||
matching_navi_frames.iter().transform(|&x| x).chain_(matching_pending_frames).collect()
|
matching_navi_frames.consume_iter().chain_(matching_pending_frames).collect()
|
||||||
};
|
};
|
||||||
|
|
||||||
if frame_trees.is_empty() {
|
if frame_trees.is_empty() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue