| Index: src/code-stubs-hydrogen.cc
|
| diff --git a/src/code-stubs-hydrogen.cc b/src/code-stubs-hydrogen.cc
|
| index dfa5ecd8cf840a75086eb5b0d5bac86b839aceb3..19b6088dd1d0db00e348fdf5cab3773002eb6e66 100644
|
| --- a/src/code-stubs-hydrogen.cc
|
| +++ b/src/code-stubs-hydrogen.cc
|
| @@ -1241,8 +1241,6 @@ HValue* CodeStubGraphBuilder<FastNewClosureStub>::BuildCodeStub() {
|
| HObjectAccess::ForSharedFunctionInfoPointer(),
|
| shared_info);
|
| Add<HStoreNamedField>(js_function, HObjectAccess::ForFunctionContextPointer(),
|
| - shared_info);
|
| - Add<HStoreNamedField>(js_function, HObjectAccess::ForFunctionContextPointer(),
|
| context());
|
|
|
| // Initialize the code pointer in the function to be the one
|
|
|