| Index: src/serialize.cc
|
| diff --git a/src/serialize.cc b/src/serialize.cc
|
| index bab0b2598af47e30c3f5e1b76d25ce87965a7ba4..a39d0be9ca0f5539c4c9a357ece4fa64a14cbea9 100644
|
| --- a/src/serialize.cc
|
| +++ b/src/serialize.cc
|
| @@ -221,8 +221,7 @@ ExternalReferenceTable::ExternalReferenceTable(Isolate* isolate) {
|
| #define RUNTIME_ENTRY(name, i1, i2) \
|
| { Runtime::k##name, "Runtime::" #name } \
|
| ,
|
| - RUNTIME_FUNCTION_LIST(RUNTIME_ENTRY) INLINE_FUNCTION_LIST(RUNTIME_ENTRY)
|
| - INLINE_OPTIMIZED_FUNCTION_LIST(RUNTIME_ENTRY)
|
| + FOR_EACH_INTRINSIC(RUNTIME_ENTRY)
|
| #undef RUNTIME_ENTRY
|
| };
|
|
|
|
|