| Index: src/compiler/effect-control-linearizer.h
|
| diff --git a/src/compiler/effect-control-linearizer.h b/src/compiler/effect-control-linearizer.h
|
| index 6061016b6b52fb66e3b7432ebe69cc03cac5d134..cc494071ed4eb7f3f9e1c465d606a0b54ba58a5f 100644
|
| --- a/src/compiler/effect-control-linearizer.h
|
| +++ b/src/compiler/effect-control-linearizer.h
|
| @@ -63,6 +63,8 @@ class EffectControlLinearizer {
|
| Node* control);
|
| ValueEffectControl LowerCheckBounds(Node* node, Node* frame_state,
|
| Node* effect, Node* control);
|
| + ValueEffectControl LowerCheckMaps(Node* node, Node* frame_state, Node* effect,
|
| + Node* control);
|
| ValueEffectControl LowerCheckNumber(Node* node, Node* frame_state,
|
| Node* effect, Node* control);
|
| ValueEffectControl LowerCheckString(Node* node, Node* frame_state,
|
|
|