mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +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 {
|
impl Drop for WebGLBuffer {
|
||||||
fn drop(&mut self) {
|
fn drop(&mut self) {
|
||||||
self.mark_for_deletion();
|
self.mark_for_deletion();
|
||||||
assert!(self.is_deleted());
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue