summaryrefslogtreecommitdiff
path: root/deps/v8/src/contexts.cc
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/contexts.cc')
-rw-r--r--deps/v8/src/contexts.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/deps/v8/src/contexts.cc b/deps/v8/src/contexts.cc
index 36b54881a..873c23ca5 100644
--- a/deps/v8/src/contexts.cc
+++ b/deps/v8/src/contexts.cc
@@ -31,7 +31,8 @@
#include "debug.h"
#include "scopeinfo.h"
-namespace v8 { namespace internal {
+namespace v8 {
+namespace internal {
JSBuiltinsObject* Context::builtins() {
GlobalObject* object = global();