| Index: src/runtime/runtime.h
|
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
|
| index f04325442a87a1f81a18cc3192b4c30257618e8e..9fb843602536dc10c5016cca61a1f97091fc30c1 100644
|
| --- a/src/runtime/runtime.h
|
| +++ b/src/runtime/runtime.h
|
| @@ -302,7 +302,8 @@ namespace internal {
|
|
|
| #define FOR_EACH_INTRINSIC_INTERNAL(F) \
|
| F(CheckIsBootstrapping, 0, 1) \
|
| - F(ExportPrivateSymbols, 1, 1) \
|
| + F(ExportFromRuntime, 1, 1) \
|
| + F(ExportExperimentalFromRuntime, 1, 1) \
|
| F(InstallToContext, 1, 1) \
|
| F(Throw, 1, 1) \
|
| F(ReThrow, 1, 1) \
|
|
|