Chromium Code Reviews| Index: src/isolate.cc |
| diff --git a/src/isolate.cc b/src/isolate.cc |
| index 69ffc5e0dda41dbaf1b9c79c4540dad9181e5a51..c15dccb778a3d9395c4142e4a7dfa0502f995ce3 100644 |
| --- a/src/isolate.cc |
| +++ b/src/isolate.cc |
| @@ -1780,10 +1780,8 @@ bool Isolate::Init(Deserializer* des) { |
| ASSERT(Isolate::Current() == this); |
| TRACE_ISOLATE(init); |
| -#ifdef DEBUG |
| // The initialization process does not handle memory exhaustion. |
| DisallowAllocationFailure disallow_allocation_failure; |
| -#endif |
| InitializeLoggingAndCounters(); |