mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
Use specific negative assertion for gultin window
This commit is contained in:
parent
a13a9f8f8d
commit
31631cdc47
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ impl HeadlessContext {
|
|||
gl::UNSIGNED_BYTE,
|
||||
width as i32,
|
||||
height as i32);
|
||||
assert!(ret != 0);
|
||||
assert_ne!(ret, 0);
|
||||
};
|
||||
|
||||
HeadlessContext {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue