Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(385)

Unified Diff: src/modules.cc

Issue 1163803002: Cosmetic changes to tests to make it easier to concatenate them. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/modules.cc
diff --git a/src/modules.cc b/src/modules.cc
index da643edcd1baa8a61a25391aa17cd8294b49543a..2e6cfc0723714c6dd831718017f89f0072bccc4b 100644
--- a/src/modules.cc
+++ b/src/modules.cc
@@ -57,5 +57,5 @@ const AstRawString* ModuleDescriptor::LookupLocalExport(
DCHECK_NOT_NULL(entry->value);
return static_cast<const AstRawString*>(entry->value);
}
-}
-} // namespace v8::internal
+} // namespace internal
+} // namespace v8

Powered by Google App Engine
This is Rietveld 408576698