Chromium Code Reviews| Index: src/scopes.cc |
| diff --git a/src/scopes.cc b/src/scopes.cc |
| index 97b67bd5a4b639ce656fb3918f3de635389a9d28..650f57c616da0078cb66a5f038ee65fed78aaba4 100644 |
| --- a/src/scopes.cc |
| +++ b/src/scopes.cc |
| @@ -307,7 +307,7 @@ bool Scope::Analyze(CompilationInfo* info) { |
| } |
| #endif |
| - info->SetScope(scope); |
| + info->PrepareForCompilation(scope); |
| return true; |
| } |