Chromium Code Reviews| Index: src/scopes.cc |
| diff --git a/src/scopes.cc b/src/scopes.cc |
| index 21a8805c54aad396364829e66110c72752cfd3c2..3d5220438cdfd8c7b086066e0de666651bde7cd2 100644 |
| --- a/src/scopes.cc |
| +++ b/src/scopes.cc |
| @@ -1579,4 +1579,5 @@ int Scope::ContextLocalCount() const { |
| return num_heap_slots() - Context::MIN_CONTEXT_SLOTS - |
| (function_ != NULL && function_->proxy()->var()->IsContextSlot() ? 1 : 0); |
| } |
| -} } // namespace v8::internal |
| +} // namespace internal |
| +} // namespace v8 |