Index: src/compilation-cache.h |
diff --git a/src/compilation-cache.h b/src/compilation-cache.h |
index 099b4ad2441a42aa1f8132fbb8f9debc9ceac38b..4545defc5d27fbe2d90d4425aa77ad8a6722c763 100644 |
--- a/src/compilation-cache.h |
+++ b/src/compilation-cache.h |
@@ -28,7 +28,8 @@ |
#ifndef V8_COMPILATION_CACHE_H_ |
#define V8_COMPILATION_CACHE_H_ |
-namespace v8 { namespace internal { |
+namespace v8 { |
+namespace internal { |
// The compilation cache keeps function boilerplates for compiled |