mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Remove assertion in Drop for WebGLBuffer
This commit is contained in:
parent
3511e52092
commit
c010ae88cd
1 changed files with 0 additions and 1 deletions
|
@ -161,6 +161,5 @@ impl WebGLBuffer {
|
|||
impl Drop for WebGLBuffer {
|
||||
fn drop(&mut self) {
|
||||
self.mark_for_deletion();
|
||||
assert!(self.is_deleted());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue