BUG=
TEST=
Review URL: https://chromiumcodereview.appspot.com/9297058
http://code.google.com/p/v8/source/detail?r=10545
Modified:
/branches/bleeding_edge/src/zone-inl.h
/branches/bleeding_edge/src/zone.cc
/branches/bleeding_edge/src/zone.h
=======================================
--- /branches/bleeding_edge/src/zone-inl.h Mon Jan 30 02:13:21 2012
+++ /branches/bleeding_edge/src/zone-inl.h Mon Jan 30 02:49:25 2012
@@ -1,4 +1,4 @@
-// Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright 2012 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:
=======================================
--- /branches/bleeding_edge/src/zone.cc Mon Jan 30 02:13:21 2012
+++ /branches/bleeding_edge/src/zone.cc Mon Jan 30 02:49:25 2012
@@ -1,4 +1,4 @@
-// Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright 2012 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:
@@ -25,11 +25,11 @@
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+#include <string.h>
+
#include "v8.h"
#include "zone-inl.h"
-#include <string.h>
-
namespace v8 {
namespace internal {
=======================================
--- /branches/bleeding_edge/src/zone.h Mon Jan 30 02:13:21 2012
+++ /branches/bleeding_edge/src/zone.h Mon Jan 30 02:49:25 2012
@@ -1,4 +1,4 @@
-// Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright 2012 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: