mirror of
https://github.com/servo/servo.git
synced 2025-07-28 17:50:37 +01:00
Auto merge of #20877 - servo:jdm-patch-6, r=emilio
Be less judgemental when tearing down WebGL rendering contexts r? nox - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes do not require tests because it relies on the webgl thread behaving badly. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/20877) <!-- Reviewable:end -->
This commit is contained in:
commit
11a89bcc47
1 changed files with 1 additions and 1 deletions
|
@ -1193,7 +1193,7 @@ impl WebGLRenderingContext {
|
|||
|
||||
impl Drop for WebGLRenderingContext {
|
||||
fn drop(&mut self) {
|
||||
self.webgl_sender.send_remove().unwrap();
|
||||
let _ = self.webgl_sender.send_remove();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue