Chromium Code Reviews| Index: src/ast/scopes.h |
| diff --git a/src/ast/scopes.h b/src/ast/scopes.h |
| index 1947a266c1637d162595d4297d066b8ae42bd24e..119d77c5c88e700bbbc428cf6d26065a00d24082 100644 |
| --- a/src/ast/scopes.h |
| +++ b/src/ast/scopes.h |
| @@ -483,6 +483,8 @@ class V8_EXPORT_PRIVATE Scope : public NON_EXPORTED_BASE(ZoneObject) { |
| // should also be invoked after resolution. |
| bool NeedsScopeInfo() const; |
| + Variable* NewTemporary(const AstRawString* name, |
| + MaybeAssignedFlag maybe_assigned); |
| Zone* zone_; |
| // Scope tree. |