mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Reveting accidental mutant commit
This commit is contained in:
parent
a9493d0887
commit
b8c6d144f3
1 changed files with 1 additions and 1 deletions
|
@ -213,7 +213,7 @@ impl XMLHttpRequest {
|
|||
}
|
||||
|
||||
fn sync_in_window(&self) -> bool {
|
||||
self.sync.get() || self.global().is::<Window>()
|
||||
self.sync.get() && self.global().is::<Window>()
|
||||
}
|
||||
|
||||
fn initiate_async_xhr(context: Arc<Mutex<XHRContext>>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue