Chromium Code Reviews| Index: src/compilation-cache.h |
| diff --git a/src/compilation-cache.h b/src/compilation-cache.h |
| index 2d7609ec1876ff2271c3bc5e2b02fbd93c26be42..2295f4c685549575b960699b672972c1bd8cd436 100644 |
| --- a/src/compilation-cache.h |
| +++ b/src/compilation-cache.h |
| @@ -236,6 +236,7 @@ class CompilationCache { |
| }; |
| -} } // namespace v8::internal |
| +} // namespace internal |
| +} // namespace v8 |
| #endif // V8_COMPILATION_CACHE_H_ |