Index: src/compiler/js-operator.h |
diff --git a/src/compiler/js-operator.h b/src/compiler/js-operator.h |
index 88b2dd304e5422e2111503b48ffaf63fa5b9ca15..23dc80bdfff0f7e71a2b9c611a8e5af3144db97b 100644 |
--- a/src/compiler/js-operator.h |
+++ b/src/compiler/js-operator.h |
@@ -559,7 +559,7 @@ class JSOperatorBuilder final : public ZoneObject { |
const Operator* StackCheck(); |
- const Operator* CreateFunctionContext(); |
+ const Operator* CreateFunctionContext(int slot_count); |
const Operator* CreateCatchContext(const Handle<String>& name); |
const Operator* CreateWithContext(); |
const Operator* CreateBlockContext(const Handle<ScopeInfo>& scpope_info); |