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

Unified Diff: src/jsregexp-inl.h

Issue 12470: * Lint fixes (Closed)
Patch Set: Created 12 years, 1 month 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
« no previous file with comments | « src/jsregexp.cc ('k') | src/regexp-macro-assembler-ia32.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/jsregexp-inl.h
diff --git a/src/jsregexp-inl.h b/src/jsregexp-inl.h
index 627dd98e704ef3874a2b9e26ff386e42e2f13b14..9371703ae3bcfa544655f66ccc9e009893f9961a 100644
--- a/src/jsregexp-inl.h
+++ b/src/jsregexp-inl.h
@@ -33,8 +33,7 @@
#include "regexp-macro-assembler.h"
-namespace v8 {
-namespace internal {
+namespace v8 { namespace internal {
template <typename C>
@@ -259,8 +258,7 @@ void RegExpNode::Bind(RegExpMacroAssembler* macro) {
}
-} // namespace internal
-} // namespace v8
+}} // namespace v8::internal
#endif // V8_JSREGEXP_INL_H_
« no previous file with comments | « src/jsregexp.cc ('k') | src/regexp-macro-assembler-ia32.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698