Index: src/serialize.cc |
diff --git a/src/serialize.cc b/src/serialize.cc |
index 9146ca7e204b804ccd5be5af30589ba2204a2109..1de385ab80eeee20c7355798f5cc8bd65e50c9ac 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 |
}; |