| Index: third_party/WebKit/Source/core/frame/SmartClip.h
|
| diff --git a/third_party/WebKit/Source/core/frame/SmartClip.h b/third_party/WebKit/Source/core/frame/SmartClip.h
|
| index d7182726e2a66897bb0e08fabd3ea3e70936d189..419692ef18399f6002c20923e0722a2437bd4655 100644
|
| --- a/third_party/WebKit/Source/core/frame/SmartClip.h
|
| +++ b/third_party/WebKit/Source/core/frame/SmartClip.h
|
| @@ -59,8 +59,8 @@ class CORE_EXPORT SmartClipData {
|
| // SmartClip implements support for the copy operation
|
| // with an S-Pen on Samsung devices. The behavior of this
|
| // class is quirky and poorly tested. It's approximately
|
| -// trying to do a poor-mans implementation of columnar
|
| -// selection followed by a copy operation.
|
| +// trying to do an implementation of columnar selection
|
| +// followed by a copy operation.
|
| class CORE_EXPORT SmartClip {
|
| STACK_ALLOCATED();
|
|
|
|
|