Chromium Code Reviews

Unified Diff: src/factory.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.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « src/extensions/trigger-failure-extension.h ('k') | src/fast-dtoa.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/factory.h
diff --git a/src/factory.h b/src/factory.h
index b7602e023b061690f9b5b7fb26a62c74fa96b026..4160f0de4b8f28b7df06e369fd85a14d639dfb8d 100644
--- a/src/factory.h
+++ b/src/factory.h
@@ -720,6 +720,7 @@ class Factory final {
void ReinitializeJSProxy(Handle<JSProxy> proxy, InstanceType type, int size);
};
-} } // namespace v8::internal
+} // namespace internal
+} // namespace v8
#endif // V8_FACTORY_H_
« no previous file with comments | « src/extensions/trigger-failure-extension.h ('k') | src/fast-dtoa.h » ('j') | no next file with comments »

Powered by Google App Engine