Chromium Code Reviews| Index: src/jump-target-inl.h |
| diff --git a/src/jump-target-inl.h b/src/jump-target-inl.h |
| index d7c28f5cf8bcbcbb2e20eea80a7ff502330692aa..081821e9545e3b2d4e7d22d51d8b5d30da73437e 100644 |
| --- a/src/jump-target-inl.h |
| +++ b/src/jump-target-inl.h |
| @@ -28,7 +28,8 @@ |
| #ifndef V8_JUMP_TARGET_INL_H_ |
| #define V8_JUMP_TARGET_INL_H_ |
| -namespace v8 { namespace internal { |
| +namespace v8 { |
| +namespace internal { |
| CodeGenerator* JumpTarget::cgen() { |
| return CodeGeneratorScope::Current(); |