зеркало из https://github.com/mozilla/pjs.git
commented out an annoying assert
This commit is contained in:
Родитель
fcb0d30f55
Коммит
bee6ae8584
|
@ -58,8 +58,7 @@ GDHandle thegd;
|
||||||
PixMapHandle thepix;
|
PixMapHandle thepix;
|
||||||
double pix_inch;
|
double pix_inch;
|
||||||
|
|
||||||
|
// NS_ASSERTION(!(aNativeWidget == nsnull), "attempt to init devicecontext with null widget");
|
||||||
NS_ASSERTION(!(aNativeWidget == nsnull), "attempt to init devicecontext with null widget");
|
|
||||||
|
|
||||||
// this is a windowptr, or grafptr, native to macintosh only
|
// this is a windowptr, or grafptr, native to macintosh only
|
||||||
mSurface = aNativeWidget;
|
mSurface = aNativeWidget;
|
||||||
|
|
|
@ -58,8 +58,7 @@ GDHandle thegd;
|
||||||
PixMapHandle thepix;
|
PixMapHandle thepix;
|
||||||
double pix_inch;
|
double pix_inch;
|
||||||
|
|
||||||
|
// NS_ASSERTION(!(aNativeWidget == nsnull), "attempt to init devicecontext with null widget");
|
||||||
NS_ASSERTION(!(aNativeWidget == nsnull), "attempt to init devicecontext with null widget");
|
|
||||||
|
|
||||||
// this is a windowptr, or grafptr, native to macintosh only
|
// this is a windowptr, or grafptr, native to macintosh only
|
||||||
mSurface = aNativeWidget;
|
mSurface = aNativeWidget;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче