| Index: third_party/WebKit/Source/platform/mac/KillRingMac.mm
|
| diff --git a/third_party/WebKit/Source/platform/mac/KillRingMac.mm b/third_party/WebKit/Source/platform/mac/KillRingMac.mm
|
| index b132d0bba65d99358ddb28ed6909e7dbc9328725..1e74ced1fe532dbafe1c5bc5f596990951c213dc 100644
|
| --- a/third_party/WebKit/Source/platform/mac/KillRingMac.mm
|
| +++ b/third_party/WebKit/Source/platform/mac/KillRingMac.mm
|
| @@ -29,7 +29,8 @@ namespace blink {
|
|
|
| extern "C" {
|
|
|
| -// Kill ring calls. Would be better to use NSKillRing.h, but that's not available as API or SPI.
|
| +// Kill ring calls. Would be better to use NSKillRing.h, but that's not
|
| +// available as API or SPI.
|
|
|
| void _NSInitializeKillRing();
|
| void _NSAppendToKillRing(NSString*);
|
|
|