Chromium Code Reviews| Index: core/include/fxcrt/fx_basic.h |
| diff --git a/core/include/fxcrt/fx_basic.h b/core/include/fxcrt/fx_basic.h |
| index d5673271e6dda74626432d37b35b3f4f6d2cece7..e1c384f2c529609d60d1027ed2a3bbccfa8899f7 100644 |
| --- a/core/include/fxcrt/fx_basic.h |
| +++ b/core/include/fxcrt/fx_basic.h |
| @@ -1176,7 +1176,7 @@ class CFX_ListArrayTemplate { |
| T2& operator[](int32_t nIndex) { |
| uint8_t* data = m_Data.GetAt(nIndex); |
| - FXSYS_assert(data != NULL); |
| + FXSYS_assert(data); |
| return (T2&)(*(volatile T2*)data); |
| } |