Chromium Code Reviews| Index: src/objects.cc |
| diff --git a/src/objects.cc b/src/objects.cc |
| index 125a76716c034b8b61e74f2d62920fcf6b6615a0..dd25d89426b75ad0eb734ffc5df322bff53163d4 100644 |
| --- a/src/objects.cc |
| +++ b/src/objects.cc |
| @@ -17391,4 +17391,5 @@ void PropertyCell::SetValueWithInvalidation(Handle<PropertyCell> cell, |
| isolate, DependentCode::kPropertyCellChangedGroup); |
| } |
| } |
| -} } // namespace v8::internal |
| +} // namespace internal |
| +} // namespace v8 |