| Index: src/compiler/node-properties.h
|
| diff --git a/src/compiler/node-properties.h b/src/compiler/node-properties.h
|
| index 47396fb9a9386f23f87fb5c28f46420421521255..99dd5366e36b8f4a9f01ce6a12351dcb36487e14 100644
|
| --- a/src/compiler/node-properties.h
|
| +++ b/src/compiler/node-properties.h
|
| @@ -83,8 +83,8 @@ class NodeProperties FINAL {
|
| // Replace value uses of {node} with {value} and effect uses of {node} with
|
| // {effect}. If {effect == NULL}, then use the effect input to {node}. All
|
| // control uses will be relaxed assuming {node} cannot throw.
|
| - static void ReplaceWithValue(Node* node, Node* value, Node* effect = nullptr);
|
| -
|
| + static void ReplaceWithValue(Node* node, Node* value, Node* effect = nullptr,
|
| + Node* control = nullptr);
|
|
|
| // ---------------------------------------------------------------------------
|
| // Miscellaneous utilities.
|
|
|