summaryrefslogtreecommitdiff
path: root/deps/v8/src/small-pointer-list.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/small-pointer-list.h')
-rw-r--r--deps/v8/src/small-pointer-list.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/deps/v8/src/small-pointer-list.h b/deps/v8/src/small-pointer-list.h
index 241689e5b2..9ece249064 100644
--- a/deps/v8/src/small-pointer-list.h
+++ b/deps/v8/src/small-pointer-list.h
@@ -170,6 +170,7 @@ class SmallPointerList {
DISALLOW_COPY_AND_ASSIGN(SmallPointerList);
};
-} } // namespace v8::internal
+} // namespace internal
+} // namespace v8
#endif // V8_SMALL_POINTER_LIST_H_