| Index: src/compiler/ast-graph-builder.h
|
| diff --git a/src/compiler/ast-graph-builder.h b/src/compiler/ast-graph-builder.h
|
| index e9730d1c1e3475921e2da75d93fb26e920a77f95..b89d6af164bd83a5faa3db2fdbebf9df2a525a4e 100644
|
| --- a/src/compiler/ast-graph-builder.h
|
| +++ b/src/compiler/ast-graph-builder.h
|
| @@ -321,7 +321,7 @@ class AstGraphBuilder : public AstVisitor {
|
| Node* BuildLoadImmutableObjectField(Node* object, int offset);
|
|
|
| // Builders for automatic type conversion.
|
| - Node* BuildToBoolean(Node* input);
|
| + Node* BuildToBoolean(Node* input, TypeFeedbackId feedback_id);
|
| Node* BuildToName(Node* input, BailoutId bailout_id);
|
| Node* BuildToObject(Node* input, BailoutId bailout_id);
|
|
|
|
|