| Index: src/compiler/effect-control-linearizer.h
|
| diff --git a/src/compiler/effect-control-linearizer.h b/src/compiler/effect-control-linearizer.h
|
| index 4ed03c6815dddb9a5d6e79a0250f52bdba801ed7..f4b24c66c0b4a6b34876741c009ba4ff8979b172 100644
|
| --- a/src/compiler/effect-control-linearizer.h
|
| +++ b/src/compiler/effect-control-linearizer.h
|
| @@ -178,6 +178,8 @@ class V8_EXPORT_PRIVATE EffectControlLinearizer {
|
| Node* control);
|
| ValueEffectControl LowerStoreTypedElement(Node* node, Node* effect,
|
| Node* control);
|
| + ValueEffectControl LowerLoadFunctionPrototype(Node* node, Node* effect,
|
| + Node* control);
|
|
|
| // Lowering of optional operators.
|
| ValueEffectControl LowerFloat64RoundUp(Node* node, Node* effect,
|
|
|