Chromium Code Reviews| Index: src/property.cc |
| diff --git a/src/property.cc b/src/property.cc |
| index 3b4ddafd82c4450dbe44a3ca640724ba47115dee..93ba43cb92d95a2af433b120f5c55b5dd46bae4c 100644 |
| --- a/src/property.cc |
| +++ b/src/property.cc |
| @@ -82,4 +82,5 @@ std::ostream& operator<<(std::ostream& os, const Descriptor& d) { |
| return os; |
| } |
| -} } // namespace v8::internal |
| +} // namespace internal |
| +} // namespace v8 |