Chromium Code Reviews| Index: include/gpu/GrTypesPriv.h |
| diff --git a/include/gpu/GrTypesPriv.h b/include/gpu/GrTypesPriv.h |
| index 90d810f98cff1354af1d3e4219905940a0f46a28..22b55bffa0dd53f83977373c6cf66ed8118279ec 100644 |
| --- a/include/gpu/GrTypesPriv.h |
| +++ b/include/gpu/GrTypesPriv.h |
| @@ -296,7 +296,7 @@ public: |
| setlocale(LC_ALL, fOldLocale); |
| _configthreadlocale(fOldPerThreadLocale); |
| #elif !defined(SK_BUILD_FOR_ANDROID) |
| - SkASSERT(uselocale(fOldLocale) == fLocale); |
| + uselocale(fOldLocale); |
| freelocale(fLocale); |
| #endif |
| } |