| Index: third_party/WebKit/Source/platform/heap/SelfKeepAlive.h
|
| diff --git a/third_party/WebKit/Source/platform/heap/SelfKeepAlive.h b/third_party/WebKit/Source/platform/heap/SelfKeepAlive.h
|
| index cd19482518ba354b0b36da3de9a62103fe92263b..d3b35adf505ea3ec8d2d01618c68da5aa41093de 100644
|
| --- a/third_party/WebKit/Source/platform/heap/SelfKeepAlive.h
|
| +++ b/third_party/WebKit/Source/platform/heap/SelfKeepAlive.h
|
| @@ -37,8 +37,8 @@ namespace blink {
|
| // SelfKeepAlive m_keepAlive;
|
| // };
|
| //
|
| -// The responsibility to call clear() in a timely fashion resides with the implementation
|
| -// of the object.
|
| +// The responsibility to call clear() in a timely fashion resides with the
|
| +// implementation of the object.
|
| //
|
| //
|
| template <typename Self>
|
|
|