Chromium Code Reviews

Unified Diff: src/lookup-inl.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.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « src/lookup.h ('k') | src/macro-assembler.h » ('j') | src/objects.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/lookup-inl.h
diff --git a/src/lookup-inl.h b/src/lookup-inl.h
index 3df2194d3f9f462869bd71653e625693fec97736..003ae5a6db5451a0586ce5fffa8efb1cafca6d25 100644
--- a/src/lookup-inl.h
+++ b/src/lookup-inl.h
@@ -136,7 +136,7 @@ LookupIterator::State LookupIterator::LookupNonMaskingInterceptorInHolder(
UNREACHABLE();
return state_;
}
-}
-} // namespace v8::internal
+} // namespace internal
+} // namespace v8
#endif // V8_LOOKUP_INL_H_
« no previous file with comments | « src/lookup.h ('k') | src/macro-assembler.h » ('j') | src/objects.h » ('J')

Powered by Google App Engine