Chromium Code Reviews| Index: src/compilation-cache.cc |
| diff --git a/src/compilation-cache.cc b/src/compilation-cache.cc |
| index f0f50706c8a50e267622481c5dfc1971a7c51e56..028ab61f96fea2b8bda477fc804d5df6c5559bf7 100644 |
| --- a/src/compilation-cache.cc |
| +++ b/src/compilation-cache.cc |
| @@ -29,7 +29,8 @@ |
| #include "compilation-cache.h" |
| -namespace v8 { namespace internal { |
| +namespace v8 { |
| +namespace internal { |
| enum { |
| // The number of script generations tell how many GCs a script can |