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

Unified Diff: src/char-predicates.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/char-predicates.cc
diff --git a/src/char-predicates.cc b/src/char-predicates.cc
index ab551d808e69933b8d72b727a4054ebe6595571e..66508375a10957454becdfaeeb7a89fc817c9a45 100644
--- a/src/char-predicates.cc
+++ b/src/char-predicates.cc
@@ -38,5 +38,5 @@ bool SupplementaryPlanes::IsIDPart(uc32 c) {
return false;
#endif // V8_I18N_SUPPORT
}
-}
-} // namespace v8::internal
+} // namespace internal
+} // namespace v8

Powered by Google App Engine
This is Rietveld 408576698