| Index: src/full-codegen.h
|
| diff --git a/src/full-codegen.h b/src/full-codegen.h
|
| index d9090a8dc830137448b9bb4e6ac38f1240316909..4adc1bd9b7583d4a0009f0e448cf054d0292ce1c 100644
|
| --- a/src/full-codegen.h
|
| +++ b/src/full-codegen.h
|
| @@ -497,7 +497,6 @@ class FullCodeGenerator: public AstVisitor {
|
| #define EMIT_INLINE_RUNTIME_CALL(name, x, y) \
|
| void Emit##name(CallRuntime* expr);
|
| INLINE_FUNCTION_LIST(EMIT_INLINE_RUNTIME_CALL)
|
| - INLINE_RUNTIME_FUNCTION_LIST(EMIT_INLINE_RUNTIME_CALL)
|
| #undef EMIT_INLINE_RUNTIME_CALL
|
|
|
| // Platform-specific code for resuming generators.
|
|
|