| Index: src/code-stubs-hydrogen.cc
|
| diff --git a/src/code-stubs-hydrogen.cc b/src/code-stubs-hydrogen.cc
|
| index e4f75a4e0f2377bf69ed7c1f404c63141b3ab443..b39fdee2c354329e673eadbb273aacf24e8e0aab 100644
|
| --- a/src/code-stubs-hydrogen.cc
|
| +++ b/src/code-stubs-hydrogen.cc
|
| @@ -2135,7 +2135,7 @@ HValue* CodeStubGraphBuilder<FastNewContextStub>::BuildCodeStub() {
|
| context());
|
| Add<HStoreNamedField>(function_context,
|
| HObjectAccess::ForContextSlot(Context::EXTENSION_INDEX),
|
| - graph()->GetConstant0());
|
| + graph()->GetConstantHole());
|
|
|
| // Copy the native context from the previous context.
|
| HValue* native_context = Add<HLoadNamedField>(
|
|
|