| Index: src/compiler/ast-graph-builder.h
|
| diff --git a/src/compiler/ast-graph-builder.h b/src/compiler/ast-graph-builder.h
|
| index 9e6e74bdc37642cf8c144962cd10344c8e59b564..db254314a38aa638bf5cd49c539dfcc788bb1e06 100644
|
| --- a/src/compiler/ast-graph-builder.h
|
| +++ b/src/compiler/ast-graph-builder.h
|
| @@ -342,8 +342,7 @@ class AstGraphBuilder : public AstVisitor<AstGraphBuilder> {
|
| // Builder for adding the [[HomeObject]] to a value if the value came from a
|
| // function literal and needs a home object. Do nothing otherwise.
|
| Node* BuildSetHomeObject(Node* value, Node* home_object,
|
| - ObjectLiteralProperty* property,
|
| - int slot_number = 0);
|
| + LiteralProperty* property, int slot_number = 0);
|
|
|
| // Builders for error reporting at runtime.
|
| Node* BuildThrowError(Node* exception, BailoutId bailout_id);
|
|
|