| Index: src/string-stream.cc
|
| ===================================================================
|
| --- src/string-stream.cc (revision 8614)
|
| +++ src/string-stream.cc (working copy)
|
| @@ -1,4 +1,4 @@
|
| -// Copyright 2006-2008 the V8 project authors. All rights reserved.
|
| +// Copyright 2006-2011 the V8 project authors. All rights reserved.
|
| // Redistribution and use in source and binary forms, with or without
|
| // modification, are permitted provided that the following conditions are
|
| // met:
|
| @@ -30,6 +30,8 @@
|
| #include "factory.h"
|
| #include "string-stream.h"
|
|
|
| +#include "allocation-inl.h"
|
| +
|
| namespace v8 {
|
| namespace internal {
|
|
|
|
|