| Index: src/isolate.cc
|
| diff --git a/src/isolate.cc b/src/isolate.cc
|
| index cfb088208fd43c864c22390ece698e1d1eb164f6..6cd6cae1ef940b3d43148b424218addf79c16008 100644
|
| --- a/src/isolate.cc
|
| +++ b/src/isolate.cc
|
| @@ -576,7 +576,7 @@ bool Isolate::PreInit() {
|
| scanner_character_classes_ = new ScannerCharacterClasses();
|
| pc_to_code_cache_ = new PcToCodeCache(this);
|
| write_input_buffer_ = new StringInputBuffer();
|
| - global_handles_ = new GlobalHandles();
|
| + global_handles_ = new GlobalHandles(this);
|
| bootstrapper_ = new Bootstrapper();
|
| cpu_features_ = new CpuFeatures();
|
| handle_scope_implementer_ = new HandleScopeImplementer();
|
|
|