Chromium Code Reviews| Index: src/bootstrapper.cc |
| diff --git a/src/bootstrapper.cc b/src/bootstrapper.cc |
| index e2482584925f65c9a2e85497c521245612871317..7c462dc620cc00eb9e2d4840294faf34b94b287f 100644 |
| --- a/src/bootstrapper.cc |
| +++ b/src/bootstrapper.cc |
| @@ -37,7 +37,8 @@ |
| #include "macro-assembler.h" |
| #include "natives.h" |
| -namespace v8 { namespace internal { |
| +namespace v8 { |
| +namespace internal { |
| // A SourceCodeCache uses a FixedArray to store pairs of |
| // (AsciiString*, JSFunction*), mapping names of native code files |