Index: src/full-codegen.h |
=================================================================== |
--- src/full-codegen.h (revision 9109) |
+++ src/full-codegen.h (working copy) |
@@ -403,7 +403,7 @@ |
// Platform-specific code for a variable, constant, or function |
// declaration. Functions have an initial value. |
- void EmitDeclaration(Variable* variable, |
+ void EmitDeclaration(VariableProxy* proxy, |
Variable::Mode mode, |
FunctionLiteral* function); |