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