Reveting accidental mutant commit

This commit is contained in:
Sandeep Hegde 2017-11-16 10:54:01 -05:00
parent a9493d0887
commit b8c6d144f3

View file

@ -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>>,