| Index: src/compiler/js-graph.h
|
| diff --git a/src/compiler/js-graph.h b/src/compiler/js-graph.h
|
| index 13dc367d4dd6cab8440fcd0074e6947d430a0644..dda1277419437389e9dcd46a29e7eedad4f5e2f9 100644
|
| --- a/src/compiler/js-graph.h
|
| +++ b/src/compiler/js-graph.h
|
| @@ -102,6 +102,7 @@ class JSGraph : public ZoneObject {
|
|
|
| // Creates an ExternalConstant node, usually canonicalized.
|
| Node* ExternalConstant(ExternalReference ref);
|
| + Node* ExternalConstant(Runtime::FunctionId function_id);
|
|
|
| Node* SmiConstant(int32_t immediate) {
|
| DCHECK(Smi::IsValid(immediate));
|
|
|