Index: src/strings-storage.cc |
diff --git a/src/strings-storage.cc b/src/strings-storage.cc |
index 6b19339ee777b0f8b90c78ad905390f1c2cb3f25..533fa8959cd80e6670cddd7834ff7fd4d04e00f1 100644 |
--- a/src/strings-storage.cc |
+++ b/src/strings-storage.cc |
@@ -119,5 +119,5 @@ HashMap::Entry* StringsStorage::GetEntry(const char* str, int len) { |
uint32_t hash = StringHasher::HashSequentialString(str, len, hash_seed_); |
return names_.LookupOrInsert(const_cast<char*>(str), hash); |
} |
-} |
-} // namespace v8::internal |
+} // namespace internal |
+} // namespace v8 |