| Index: src/hydrogen.h
|
| diff --git a/src/hydrogen.h b/src/hydrogen.h
|
| index fc4b6121048423cfdcd4764cf555f571ff362704..2d52dbd242eee237a47238742d7bc3aa3354328e 100644
|
| --- a/src/hydrogen.h
|
| +++ b/src/hydrogen.h
|
| @@ -815,9 +815,9 @@ class HGraphBuilder: public AstVisitor {
|
| INLINE_RUNTIME_FUNCTION_LIST(INLINE_FUNCTION_GENERATOR_DECLARATION)
|
| #undef INLINE_FUNCTION_GENERATOR_DECLARATION
|
|
|
| - void HandleDeclaration(VariableProxy* proxy,
|
| - VariableMode mode,
|
| - FunctionLiteral* function);
|
| + void HandleVariableDeclaration(VariableProxy* proxy,
|
| + VariableMode mode,
|
| + FunctionLiteral* function);
|
|
|
| void VisitDelete(UnaryOperation* expr);
|
| void VisitVoid(UnaryOperation* expr);
|
|
|