Index: src/compiler/raw-machine-assembler.h |
diff --git a/src/compiler/raw-machine-assembler.h b/src/compiler/raw-machine-assembler.h |
index 5a9b0570578d50d94acfa825db69049db6098232..b8fb6461b21f60234f60b45c1f0627eaee24f393 100644 |
--- a/src/compiler/raw-machine-assembler.h |
+++ b/src/compiler/raw-machine-assembler.h |
@@ -567,6 +567,8 @@ class RawMachineAssembler { |
// Call a given call descriptor and the given arguments and frame-state. |
Node* CallNWithFrameState(CallDescriptor* desc, Node* function, Node** args, |
Node* frame_state); |
+ // Call to a runtime function with zero arguments. |
+ Node* CallRuntime0(Runtime::FunctionId function, Node* context); |
// Call to a runtime function with one arguments. |
Node* CallRuntime1(Runtime::FunctionId function, Node* arg0, Node* context); |
// Call to a runtime function with two arguments. |