Index: core/src/fxge/win32/fx_win32_device.cpp |
diff --git a/core/src/fxge/win32/fx_win32_device.cpp b/core/src/fxge/win32/fx_win32_device.cpp |
index b7b625341e1c7549c16d1c8d0c3376dd15af882d..235366728dc2c996eb69f0a61e697b96f845dc00 100644 |
--- a/core/src/fxge/win32/fx_win32_device.cpp |
+++ b/core/src/fxge/win32/fx_win32_device.cpp |
@@ -1186,7 +1186,7 @@ FX_BOOL CGdiDisplayDriver::StretchDIBits(const CFX_DIBSource* pSource, |
int alpha_flag, |
void* pIccTransform, |
int blend_type) { |
- ASSERT(pSource != NULL && pClipRect != NULL); |
+ ASSERT(pSource && pClipRect); |
if (flags || dest_width > 10000 || dest_width < -10000 || |
dest_height > 10000 || dest_height < -10000) { |
return UseFoxitStretchEngine(pSource, color, dest_left, dest_top, |