Chromium Code Reviews| Index: src/isolate.cc |
| diff --git a/src/isolate.cc b/src/isolate.cc |
| index c48e2d350e5247ccac84b16d5451a0b54c23ec02..50b402b04be0a2e10e40b7fcbfa39e668f5e8029 100644 |
| --- a/src/isolate.cc |
| +++ b/src/isolate.cc |
| @@ -1918,7 +1918,7 @@ bool Isolate::Init(Deserializer* des) { |
| } |
| // The initialization process does not handle memory exhaustion. |
| - DisallowAllocationFailure disallow_allocation_failure; |
| + DisallowAllocationFailure disallow_allocation_failure(this); |
| InitializeLoggingAndCounters(); |