diff options
author | Ryan <ry@tinyclouds.org> | 2009-06-08 18:34:06 +0200 |
---|---|---|
committer | Ryan <ry@tinyclouds.org> | 2009-06-08 18:34:06 +0200 |
commit | 696f02455792b368249bf9b013dde637b5ec31fd (patch) | |
tree | 95b2dbd6c2537df9df52f6627aac36fcf05f6a7a /deps/v8/src/allocation.h | |
parent | f6a7fe26574defaa807a13248102ebe0f23270af (diff) | |
download | node-new-696f02455792b368249bf9b013dde637b5ec31fd.tar.gz |
Upgrade to v8 1.2.7
Diffstat (limited to 'deps/v8/src/allocation.h')
-rw-r--r-- | deps/v8/src/allocation.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/deps/v8/src/allocation.h b/deps/v8/src/allocation.h index a690f08357..586c4fd0d1 100644 --- a/deps/v8/src/allocation.h +++ b/deps/v8/src/allocation.h @@ -28,7 +28,8 @@ #ifndef V8_ALLOCATION_H_ #define V8_ALLOCATION_H_ -namespace v8 { namespace internal { +namespace v8 { +namespace internal { // A class that controls whether allocation is allowed. This is for |