Index: src/compiler/linkage.h |
diff --git a/src/compiler/linkage.h b/src/compiler/linkage.h |
index 57203627887647cbaa1736d45292054d121adbbe..b25fe413c96c40f69fa5a1e942bb3b2f9aa08644 100644 |
--- a/src/compiler/linkage.h |
+++ b/src/compiler/linkage.h |
@@ -273,7 +273,7 @@ class Linkage : public ZoneObject { |
CallDescriptor::Flags flags); |
static CallDescriptor* GetRuntimeCallDescriptor( |
Zone* zone, Runtime::FunctionId function, int parameter_count, |
- Operator::Properties properties); |
+ Operator::Properties properties, bool needs_frame_state = true); |
rmcilroy
2015/09/10 11:16:34
nit - could you make this an enum instead of a boo
Benedikt Meurer
2015/09/10 11:26:51
Mhm, I think that is a bit overkill for the one ca
|
static CallDescriptor* GetStubCallDescriptor( |
Isolate* isolate, Zone* zone, const CallInterfaceDescriptor& descriptor, |