mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-03 20:49:27 +00:00
commented out an annoying assert
This commit is contained in:
parent
8c9cbb39bc
commit
ac05cfa842
@ -58,8 +58,7 @@ GDHandle thegd;
|
||||
PixMapHandle thepix;
|
||||
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
|
||||
mSurface = aNativeWidget;
|
||||
|
@ -58,8 +58,7 @@ GDHandle thegd;
|
||||
PixMapHandle thepix;
|
||||
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
|
||||
mSurface = aNativeWidget;
|
||||
|
Loading…
x
Reference in New Issue
Block a user