Chromium Code Reviews| Index: src/snapshot-common.cc |
| diff --git a/src/snapshot-common.cc b/src/snapshot-common.cc |
| index 3aa1caec012c2b9ace8edfad980aec4abf932f74..9c66a5037413d0d052b842e830cdc4d06ea45326 100644 |
| --- a/src/snapshot-common.cc |
| +++ b/src/snapshot-common.cc |
| @@ -33,7 +33,8 @@ |
| #include "serialize.h" |
| #include "snapshot.h" |
| -namespace v8 { namespace internal { |
| +namespace v8 { |
| +namespace internal { |
| bool Snapshot::Deserialize(const byte* content, int len) { |
| Deserializer des(content, len); |