| Index: chrome/browser/ui/cocoa/hover_button.mm
|
| diff --git a/chrome/browser/ui/cocoa/hover_button.mm b/chrome/browser/ui/cocoa/hover_button.mm
|
| index ef4424d6f093b700fc6b98705aa58fc84446f1d7..485585d2e1b82a29e6758f0dee899415f05e8cc0 100644
|
| --- a/chrome/browser/ui/cocoa/hover_button.mm
|
| +++ b/chrome/browser/ui/cocoa/hover_button.mm
|
| @@ -41,7 +41,7 @@
|
| - (void)mouseDown:(NSEvent*)theEvent {
|
| self.hoverState = kHoverStateMouseDown;
|
| // The hover button needs to hold onto itself here for a bit. Otherwise,
|
| - // it can be freed while |super mouseDown:| is in it's loop, and the
|
| + // it can be freed while |super mouseDown:| is in its loop, and the
|
| // |checkImageState| call will crash.
|
| // http://crbug.com/28220
|
| scoped_nsobject<HoverButton> myself([self retain]);
|
|
|