Chromium Code Reviews| Index: src/bootstrapper.cc |
| =================================================================== |
| --- src/bootstrapper.cc (revision 1851) |
| +++ src/bootstrapper.cc (working copy) |
| @@ -833,6 +833,9 @@ |
| // Initialize the out of memory slot. |
| global_context()->set_out_of_memory(Heap::false_value()); |
| + |
| + // Initialize the data slot. |
| + global_context()->set_data(Heap::undefined_value()); |
| } |