Chromium Code Reviews| Index: chrome/browser/cocoa/hyperlink_button_cell.mm |
| diff --git a/chrome/browser/cocoa/hyperlink_button_cell.mm b/chrome/browser/cocoa/hyperlink_button_cell.mm |
| index ceaea3f2a93ad4d5268109f3c2c6c4866caced9a..db448eec04fee941717807ba0945e1042fd3654f 100644 |
| --- a/chrome/browser/cocoa/hyperlink_button_cell.mm |
| +++ b/chrome/browser/cocoa/hyperlink_button_cell.mm |
| @@ -63,7 +63,7 @@ |
| - (NSDictionary*)linkAttributes { |
| NSUInteger underlineMask = NSUnderlinePatternSolid | NSUnderlineStyleSingle; |
| NSMutableParagraphStyle* paragraphStyle = |
|
pink (ping after 24hrs)
2009/11/11 17:00:33
the best (and more consistent) fix here would be t
|
| - [[NSParagraphStyle defaultParagraphStyle] mutableCopy]; |
| + [[[NSParagraphStyle defaultParagraphStyle] mutableCopy] autorelease]; |
| [paragraphStyle setAlignment:[self alignment]]; |
| return [NSDictionary dictionaryWithObjectsAndKeys: |