| Index: src/runtime/runtime.h
|
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
|
| index b3bc2e29ae5c2fed62ad359d7c35c4dd3a907198..31cf38d8a4c0e5d80fc7cbc2195aacdadbe68945 100644
|
| --- a/src/runtime/runtime.h
|
| +++ b/src/runtime/runtime.h
|
| @@ -465,7 +465,6 @@ namespace internal {
|
| F(DeclareGlobals, 3, 1) \
|
| F(DeclareGlobalsForInterpreter, 3, 1) \
|
| F(InitializeVarGlobal, 3, 1) \
|
| - F(InitializeConstGlobal, 2, 1) \
|
| F(DeclareEvalFunction, 2, 1) \
|
| F(DeclareEvalVar, 1, 1) \
|
| F(NewSloppyArguments_Generic, 1, 1) \
|
|
|