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

Unified Diff: src/parser.h

Issue 1371083003: [presubmit] Enable readability/namespace linter checking. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 3 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/parser.h
diff --git a/src/parser.h b/src/parser.h
index cf4cdad66bba7d1cf5c61021f65cedf73a02201e..940b569ae828a358d6e6123f28d0d0da0d6ffd3b 100644
--- a/src/parser.h
+++ b/src/parser.h
@@ -1373,6 +1373,7 @@ void ParserTraits::AddParameterInitializationBlock(
}
}
}
-} } // namespace v8::internal
+} // namespace internal
+} // namespace v8
#endif // V8_PARSER_H_

Powered by Google App Engine
This is Rietveld 408576698