Chromium Code Reviews| Index: src/scopes.cc |
| diff --git a/src/scopes.cc b/src/scopes.cc |
| index b55e5d5d7bd38744ad07ffcc9d679d9f96b5e481..43f833d851b441d00f46d5e02c24f14de915a3fb 100644 |
| --- a/src/scopes.cc |
| +++ b/src/scopes.cc |
| @@ -201,7 +201,6 @@ void Scope::Initialize(bool inside_with) { |
| } |
| - |
| Variable* Scope::LocalLookup(Handle<String> name) { |
| return variables_.Lookup(name); |
| } |