summaryrefslogtreecommitdiff
path: root/deps/v8/src/list-inl.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/list-inl.h')
-rw-r--r--deps/v8/src/list-inl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/deps/v8/src/list-inl.h b/deps/v8/src/list-inl.h
index 5a247d5fd7..9a2d11f96a 100644
--- a/deps/v8/src/list-inl.h
+++ b/deps/v8/src/list-inl.h
@@ -286,6 +286,7 @@ int SortedListBSearch(const List<T>& list, T elem) {
}
-} } // namespace v8::internal
+} // namespace internal
+} // namespace v8
#endif // V8_LIST_INL_H_