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

Unified Diff: src/execution.h

Issue 1371083003: [presubmit] Enable readability/namespace linter checking. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Rebased. 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
« no previous file with comments | « src/elements-kind.h ('k') | src/expression-classifier.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/execution.h
diff --git a/src/execution.h b/src/execution.h
index 84f106a49689954d8f2d33625c7b14226be68976..0b603ee5a9212cf7c20c0883fa110e0551696e1c 100644
--- a/src/execution.h
+++ b/src/execution.h
@@ -247,6 +247,7 @@ class StackGuard final {
DISALLOW_COPY_AND_ASSIGN(StackGuard);
};
-} } // namespace v8::internal
+} // namespace internal
+} // namespace v8
#endif // V8_EXECUTION_H_
« no previous file with comments | « src/elements-kind.h ('k') | src/expression-classifier.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698