| Index: src/checks.cc
|
| diff --git a/src/checks.cc b/src/checks.cc
|
| index 320fd6b5ea5b0df2446ad28d665f67b16e698c3c..6b0e42fd21c1194bb69fd8bd16cf60b6b6d0ea7f 100644
|
| --- a/src/checks.cc
|
| +++ b/src/checks.cc
|
| @@ -1,4 +1,4 @@
|
| -// Copyright 2006-2008 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:
|
| @@ -107,4 +107,3 @@ namespace v8 { namespace internal {
|
| intptr_t HeapObjectTagMask() { return kHeapObjectTagMask; }
|
|
|
| } } // namespace v8::internal
|
| -
|
|
|