зеркало из https://github.com/mozilla/pjs.git
Checking for null pointer. r=pavlov
This commit is contained in:
Родитель
bc705fb546
Коммит
97b1bf1d93
|
@ -421,6 +421,10 @@ NS_IMETHODIMP nsRenderingContextGTK::SetClipRegion(const nsIRegion& aRegion,
|
|||
{
|
||||
GdkRegion *rgn;
|
||||
|
||||
if(!mClipRegion) {
|
||||
return NS_ERROR_FAILURE;
|
||||
}
|
||||
|
||||
switch(aCombine)
|
||||
{
|
||||
case nsClipCombine_kIntersect:
|
||||
|
|
Загрузка…
Ссылка в новой задаче