| Index: chrome/browser/profiles/profile_impl.cc | 
| diff --git a/chrome/browser/profiles/profile_impl.cc b/chrome/browser/profiles/profile_impl.cc | 
| index 3d399049478a2f60a7dbf500f407b096ec3b8a7d..e023d44114fe06e6d06752d1c896ee7c4ac6502e 100644 | 
| --- a/chrome/browser/profiles/profile_impl.cc | 
| +++ b/chrome/browser/profiles/profile_impl.cc | 
| @@ -121,7 +121,8 @@ namespace { | 
|  | 
| // Constrict us to a very specific platform and architecture to make sure | 
| // ifdefs don't cause problems with the check. | 
| -#if defined(OS_LINUX) && defined(TOOLKIT_GTK) && defined(ARCH_CPU_X86_64) | 
| +#if defined(OS_LINUX) && defined(TOOLKIT_GTK) && defined(ARCH_CPU_X86_64) && \ | 
| +  !defined(_GLIBCXX_DEBUG) | 
| // Make sure that the ProfileImpl doesn't grow. We're currently trying to drive | 
| // the number of services that are included in ProfileImpl (instead of using | 
| // ProfileKeyedServiceFactory) to zero. | 
|  |