| Index: src/string-stream.cc
|
| diff --git a/src/string-stream.cc b/src/string-stream.cc
|
| index 2e0912fbdb82d9eb84a88775c024e437c6eab05b..44ba2974617fc50e5fa7722dc28a30f547f80f12 100644
|
| --- a/src/string-stream.cc
|
| +++ b/src/string-stream.cc
|
| @@ -30,7 +30,8 @@
|
| #include "factory.h"
|
| #include "string-stream.h"
|
|
|
| -namespace v8 { namespace internal {
|
| +namespace v8 {
|
| +namespace internal {
|
|
|
| static const int kMentionedObjectCacheMaxSize = 256;
|
| static List<HeapObject*, PreallocatedStorage>* debug_object_cache = NULL;
|
|
|