Chromium Code Reviews| Index: src/hydrogen.h |
| =================================================================== |
| --- src/hydrogen.h (revision 10404) |
| +++ src/hydrogen.h (working copy) |
| @@ -870,7 +870,7 @@ |
| Representation rep); |
| static Representation ToRepresentation(TypeInfo info); |
| - void SetupScope(Scope* scope); |
| + void SetUpScope(Scope* scope); |
| virtual void VisitStatements(ZoneList<Statement*>* statements); |
| #define DECLARE_VISIT(type) virtual void Visit##type(type* node); |