| Index: src/runtime/runtime.h
|
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
|
| index e0500ffdcd60dd06550c59e9999621474748a8ba..50b4f80d1df66fda0e2d3953d9113d3db24400fa 100644
|
| --- a/src/runtime/runtime.h
|
| +++ b/src/runtime/runtime.h
|
| @@ -502,7 +502,6 @@ namespace internal {
|
| F(InitializeVarGlobal, 3, 1) \
|
| F(InitializeConstGlobal, 2, 1) \
|
| F(DeclareLookupSlot, 3, 1) \
|
| - F(InitializeLegacyConstLookupSlot, 3, 1) \
|
| F(NewSloppyArguments_Generic, 1, 1) \
|
| F(NewStrictArguments, 1, 1) \
|
| F(NewRestParameter, 1, 1) \
|
|
|