mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
auto merge of #2602 : mbrubeck/servo/revert-root-pipeline-check, r=pcwalton
This reverts 2b0134be7b
because it was not correct for iframes. Oops. (Wasn't caught by tests because we still have other crashes preventing iframe testing.) r? @pcwalton.
This commit is contained in:
commit
1184b500e5
1 changed files with 1 additions and 1 deletions
|
@ -359,7 +359,7 @@ impl IOCompositor {
|
|||
}
|
||||
_ => {
|
||||
match self.root_pipeline {
|
||||
Some(ref root_pipeline) if root_pipeline.id == id => {
|
||||
Some(ref root_pipeline) => {
|
||||
(root_pipeline.clone(), LayerId::null())
|
||||
},
|
||||
_ => fail!("Compositor: Received new layer without initialized pipeline"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue