Chromium Code Reviews| Index: src/compiler/frame.h |
| diff --git a/src/compiler/frame.h b/src/compiler/frame.h |
| index 0b066783c362d0da0628aaf00b99bbfad2da715b..9764b261efc48383dc6a6964c906718f87453973 100644 |
| --- a/src/compiler/frame.h |
| +++ b/src/compiler/frame.h |
| @@ -184,8 +184,8 @@ class FrameOffset { |
| static const int kFromSp = 1; |
| static const int kFromFp = 0; |
| }; |
| -} |
| -} |
| -} // namespace v8::internal::compiler |
| +} // namespace compiler |
| +} // namespace internal |
| +} // namespace v8 |
| #endif // V8_COMPILER_FRAME_H_ |