| Index: third_party/WebKit/Source/wtf/PassRefPtr.h
|
| diff --git a/third_party/WebKit/Source/wtf/PassRefPtr.h b/third_party/WebKit/Source/wtf/PassRefPtr.h
|
| index 1ecfad379dd6fd9e6f8610acd492c9cc15eb7e9a..5bf92abc3633dc551e4138382fa6c1296122856e 100644
|
| --- a/third_party/WebKit/Source/wtf/PassRefPtr.h
|
| +++ b/third_party/WebKit/Source/wtf/PassRefPtr.h
|
| @@ -1,5 +1,6 @@
|
| /*
|
| - * Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Apple Inc. All rights reserved.
|
| + * Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Apple Inc.
|
| + * All rights reserved.
|
| *
|
| * This library is free software; you can redistribute it and/or
|
| * modify it under the terms of the GNU Library General Public
|
| @@ -19,7 +20,8 @@
|
| */
|
|
|
| // PassRefPtr will soon be deleted.
|
| -// New code should instead pass ownership of the contents of a RefPtr using std::move().
|
| +// New code should instead pass ownership of the contents of a RefPtr using
|
| +// std::move().
|
|
|
| #ifndef WTF_PassRefPtr_h
|
| #define WTF_PassRefPtr_h
|
|
|