Index: fpdfsdk/src/pdfwindow/PWL_Wnd.cpp |
diff --git a/fpdfsdk/src/pdfwindow/PWL_Wnd.cpp b/fpdfsdk/src/pdfwindow/PWL_Wnd.cpp |
index d8f39040219d3139b4c4c637440f7a65ae57e3e4..5cea2c586de45b1e6ba150f141997dc637e0c2cb 100644 |
--- a/fpdfsdk/src/pdfwindow/PWL_Wnd.cpp |
+++ b/fpdfsdk/src/pdfwindow/PWL_Wnd.cpp |
@@ -22,8 +22,8 @@ static std::map<int32_t, CPWL_Timer*>& GetPWLTimeMap() { |
CPWL_Timer::CPWL_Timer(CPWL_TimerHandler* pAttached, |
IFX_SystemHandler* pSystemHandler) |
: m_nTimerID(0), m_pAttached(pAttached), m_pSystemHandler(pSystemHandler) { |
- ASSERT(m_pAttached != NULL); |
- ASSERT(m_pSystemHandler != NULL); |
+ ASSERT(m_pAttached); |
+ ASSERT(m_pSystemHandler); |
} |
CPWL_Timer::~CPWL_Timer() { |