| Index: src/ast.h
|
| diff --git a/src/ast.h b/src/ast.h
|
| index 2b4d0f144ef8da284d4073dc6948c30d41b5f897..f096c2113cf91ebd7027e32945206948726557fa 100644
|
| --- a/src/ast.h
|
| +++ b/src/ast.h
|
| @@ -1799,7 +1799,7 @@ class Call V8_FINAL : public Expression, public FeedbackSlotInterface {
|
| void set_allocation_site(Handle<AllocationSite> site) {
|
| allocation_site_ = site;
|
| }
|
| - bool ComputeGlobalTarget(Handle<GlobalObject> global, LookupResult* lookup);
|
| + bool ComputeGlobalTarget(Handle<GlobalObject> global, LookupIterator* it);
|
|
|
| BailoutId ReturnId() const { return return_id_; }
|
|
|
|
|