Index: src/compiler/node-properties.h |
diff --git a/src/compiler/node-properties.h b/src/compiler/node-properties.h |
index f0c1b75ca45239d86410399621cce356697645c4..3c65dba514ec0217544adcd1e1bc2fdb4dcb5182 100644 |
--- a/src/compiler/node-properties.h |
+++ b/src/compiler/node-properties.h |
@@ -79,6 +79,7 @@ class NodeProperties final { |
// --------------------------------------------------------------------------- |
// Miscellaneous mutators. |
+ static void ReplaceValueInput(Node* node, Node* value, int index); |
static void ReplaceContextInput(Node* node, Node* context); |
static void ReplaceControlInput(Node* node, Node* control); |
static void ReplaceEffectInput(Node* node, Node* effect, int index = 0); |