| Index: src/isolate.cc
|
| diff --git a/src/isolate.cc b/src/isolate.cc
|
| index 6fcc926f259a9b6ee07c2dc28a7f7084f6b4b208..7df14c4885a1482ff0f5ef706d4b7d4cc27db7cb 100644
|
| --- a/src/isolate.cc
|
| +++ b/src/isolate.cc
|
| @@ -1778,7 +1778,7 @@ bool Isolate::Init(Deserializer* des) {
|
| global_handles_ = new GlobalHandles(this);
|
| bootstrapper_ = new Bootstrapper();
|
| handle_scope_implementer_ = new HandleScopeImplementer(this);
|
| - stub_cache_ = new StubCache(this);
|
| + stub_cache_ = new StubCache(this, zone());
|
| regexp_stack_ = new RegExpStack();
|
| regexp_stack_->isolate_ = this;
|
| date_cache_ = new DateCache();
|
|
|