| Index: src/compiler/effect-control-linearizer.h
|
| diff --git a/src/compiler/effect-control-linearizer.h b/src/compiler/effect-control-linearizer.h
|
| index 1a4957746ea091cabd1df19337a2609fd2804f63..6ce32358e3f73184141b378701ae7bcb3ebcbdac 100644
|
| --- a/src/compiler/effect-control-linearizer.h
|
| +++ b/src/compiler/effect-control-linearizer.h
|
| @@ -136,6 +136,8 @@ class EffectControlLinearizer {
|
| Node* control);
|
| ValueEffectControl LowerPlainPrimitiveToFloat64(Node* node, Node* effect,
|
| Node* control);
|
| + ValueEffectControl LowerEnsureWritableFastElements(Node* node, Node* effect,
|
| + Node* control);
|
| ValueEffectControl LowerTransitionElementsKind(Node* node, Node* effect,
|
| Node* control);
|
| ValueEffectControl LowerLoadTypedElement(Node* node, Node* effect,
|
|
|