Chromium Code Reviews| Index: core/src/fxcrt/fx_basic_wstring.cpp |
| diff --git a/core/src/fxcrt/fx_basic_wstring.cpp b/core/src/fxcrt/fx_basic_wstring.cpp |
| index 136edd073a5a4c7a3de8a426ce629e94b2988d49..dc2e7168a98842f9436d45c09cf49a3c22dedc2d 100644 |
| --- a/core/src/fxcrt/fx_basic_wstring.cpp |
| +++ b/core/src/fxcrt/fx_basic_wstring.cpp |
| @@ -15,7 +15,7 @@ |
| namespace { |
| -#if defined(_DEBUG) |
| +#if !defined(NDEBUG) |
|
Tom Sepez
2016/02/23 00:38:44
dunno, I kinda prefer #ifndef NDEBUG, maybe becaus
|
| bool IsValidCodePage(FX_WORD codepage) { |
| switch (codepage) { |
| case 0: |