| Index: src/bootstrapper.cc
|
| diff --git a/src/bootstrapper.cc b/src/bootstrapper.cc
|
| index 85812ca28cc8679cd9a9504967dc4405554f1dfa..7ab9fbd965c39042f0bc8de8e56aedb02e99a672 100644
|
| --- a/src/bootstrapper.cc
|
| +++ b/src/bootstrapper.cc
|
| @@ -2561,7 +2561,8 @@ Genesis::Genesis(Isolate* isolate,
|
| StackLimitCheck check(isolate);
|
| if (check.HasOverflowed()) return;
|
|
|
| - native_context_ = Snapshot::NewContextFromSnapshot();
|
| + // TODO(siggi): DO NOT SUBMIT
|
| + native_context_ = Handle<Context>(); // Snapshot::NewContextFromSnapshot();
|
| if (!native_context().is_null()) {
|
| AddToWeakNativeContextList(*native_context());
|
| isolate->set_context(*native_context());
|
|
|