| Index: src/compiler/ast-graph-builder.h
|
| diff --git a/src/compiler/ast-graph-builder.h b/src/compiler/ast-graph-builder.h
|
| index 98d7fb63049b3d79415f3297775ff61edd2f94a7..6830c984461cf35f68dab8f0e17c283d79c29757 100644
|
| --- a/src/compiler/ast-graph-builder.h
|
| +++ b/src/compiler/ast-graph-builder.h
|
| @@ -99,7 +99,7 @@ class AstGraphBuilder : public StructuredGraphBuilder, public AstVisitor {
|
|
|
| // Builders for automatic type conversion.
|
| Node* BuildToBoolean(Node* value);
|
| - Node* BuildToName(Node* value);
|
| + Node* BuildToName(Node* value, BailoutId bailout_id);
|
|
|
| // Builders for error reporting at runtime.
|
| Node* BuildThrowReferenceError(Variable* var, BailoutId bailout_id);
|
|
|