summaryrefslogtreecommitdiff
path: root/deps/v8/src/bignum.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/bignum.h')
-rw-r--r--deps/v8/src/bignum.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/deps/v8/src/bignum.h b/deps/v8/src/bignum.h
index 7ebdae47bc..167c1842da 100644
--- a/deps/v8/src/bignum.h
+++ b/deps/v8/src/bignum.h
@@ -115,6 +115,7 @@ class Bignum {
DISALLOW_COPY_AND_ASSIGN(Bignum);
};
-} } // namespace v8::internal
+} // namespace internal
+} // namespace v8
#endif // V8_BIGNUM_H_