Chromium Code Reviews| Index: src/ast.h | 
| =================================================================== | 
| --- src/ast.h (revision 7211) | 
| +++ src/ast.h (working copy) | 
| @@ -1307,7 +1307,7 @@ | 
| Handle<JSGlobalPropertyCell> cell() { return cell_; } | 
| bool ComputeTarget(Handle<Map> type, Handle<String> name); | 
| - bool ComputeGlobalTarget(Handle<GlobalObject> global, Handle<String> name); | 
| + bool ComputeGlobalTarget(Handle<GlobalObject> global, LookupResult* lookup); | 
| // Bailout support. | 
| int ReturnId() const { return return_id_; } |