| Index: src/hydrogen.h
|
| diff --git a/src/hydrogen.h b/src/hydrogen.h
|
| index bc91e19136897fd05b407ab9a3abb627bff8b985..79786b052fc0e74c3d29e010bee626e84ec2b5a3 100644
|
| --- a/src/hydrogen.h
|
| +++ b/src/hydrogen.h
|
| @@ -2327,8 +2327,7 @@ class HOptimizedGraphBuilder : public HGraphBuilder, public AstVisitor {
|
| kUseCell,
|
| kUseGeneric
|
| };
|
| - GlobalPropertyAccess LookupGlobalProperty(Variable* var,
|
| - LookupResult* lookup,
|
| + GlobalPropertyAccess LookupGlobalProperty(Variable* var, LookupIterator* it,
|
| PropertyAccessType access_type);
|
|
|
| void EnsureArgumentsArePushedForAccess();
|
|
|