Chromium Code Reviews| Index: src/full-codegen.h |
| diff --git a/src/full-codegen.h b/src/full-codegen.h |
| index 6814946529b5f3aad13af1a78b238e74c2b181ba..099768b13912a3d55ab32e66dfa20bb14fc355f0 100644 |
| --- a/src/full-codegen.h |
| +++ b/src/full-codegen.h |
| @@ -503,6 +503,7 @@ class FullCodeGenerator: public AstVisitor { |
| TypeofState typeof_state, |
| Label* slow, |
| Label* done); |
| + |
| void EmitVariableLoad(VariableProxy* proxy); |
| void EmitAccessor(Expression* expression); |