Chromium Code Reviews| Index: base/android/build_info.cc |
| diff --git a/base/android/build_info.cc b/base/android/build_info.cc |
| index 9f7361d85012dd5d4e02c7a9d233f2affc5eff80..a1755afe9811c2e2173230f2834fc348d2f9e345 100644 |
| --- a/base/android/build_info.cc |
| +++ b/base/android/build_info.cc |
| @@ -37,7 +37,9 @@ struct BuildInfoSingletonTraits { |
| } |
| static const bool kRegisterAtExit = false; |
| +#ifndef NDEBUG |
| static const bool kAllowedToAccessOnNonjoinableThread = true; |
| +#endif |
| }; |
| BuildInfo::BuildInfo(JNIEnv* env) |