| Index: third_party/WebKit/Source/platform/wtf/PassRefPtr.h
|
| diff --git a/third_party/WebKit/Source/platform/wtf/PassRefPtr.h b/third_party/WebKit/Source/platform/wtf/PassRefPtr.h
|
| index 68a421e5d89b9ff20e423d166a661a73834eeaed..3983697d3fa0f40c7aa45912356bb86ef58c85c2 100644
|
| --- a/third_party/WebKit/Source/platform/wtf/PassRefPtr.h
|
| +++ b/third_party/WebKit/Source/platform/wtf/PassRefPtr.h
|
| @@ -44,7 +44,7 @@ inline void adopted(const void*) {}
|
|
|
| // requireAdoption() is not overloaded for WTF::RefCounted, which has a built-in
|
| // assumption that adoption is required. requireAdoption() is for bootstrapping
|
| -// alternate reference count classes that are compatible with ReftPtr/PassRefPtr
|
| +// alternate reference count classes that are compatible with RefPtr/PassRefPtr
|
| // but cannot have adoption checks enabled by default, such as skia's
|
| // SkRefCnt. The purpose of requireAdoption() is to enable adoption checks only
|
| // once it is known that the object will be used with RefPtr/PassRefPtr.
|
|
|