Chromium Code Reviews| Index: src/hydrogen-types.h |
| diff --git a/src/hydrogen-types.h b/src/hydrogen-types.h |
| index fe13345f76aa412174660ae3c13e6cec8671a33b..ebfbac30d4802d6a8db537f7c6dd10eabcb3dd07 100644 |
| --- a/src/hydrogen-types.h |
| +++ b/src/hydrogen-types.h |
| @@ -86,6 +86,7 @@ class HType final { |
| std::ostream& operator<<(std::ostream& os, const HType& t); |
| -} } // namespace v8::internal |
| +} // namespace internal |
| +} // namespace v8 |
| #endif // HYDROGEN_TYPES_H_ |