mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 05:41:12 +00:00
Bug 522299 - fix linux bustage.
This commit is contained in:
parent
f92346854c
commit
cbf1241f3c
@ -73,7 +73,7 @@ SharedDIB::IsValid()
|
||||
if (!mShMem)
|
||||
return false;
|
||||
|
||||
return (mShMem->handle() != mShMem->NULLHandle() ? true : false);
|
||||
return mShMem->IsHandleValid(mShMem->handle());
|
||||
}
|
||||
|
||||
nsresult
|
||||
|
Loading…
Reference in New Issue
Block a user