| Index: third_party/WebKit/Source/core/layout/LayoutThemeMac.mm
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutThemeMac.mm b/third_party/WebKit/Source/core/layout/LayoutThemeMac.mm
|
| index 815f20e33d90cc37209400d5c12cc7630bbab3c6..4d18c3e5ab53640c233fd6c7f0c380e68415368d 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutThemeMac.mm
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutThemeMac.mm
|
| @@ -90,9 +90,10 @@
|
| // FIXME: This is a post-Lion-only workaround for <rdar://problem/11385461>.
|
| // When that bug is resolved, we should remove this code.
|
| CFMutableDictionaryRef coreUIDrawOptions = CFDictionaryCreateMutableCopy(
|
| - NULL, 0, [super _coreUIDrawOptionsWithFrame:cellFrame
|
| - inView:controlView
|
| - includeFocus:includeFocus]);
|
| + NULL, 0,
|
| + [super _coreUIDrawOptionsWithFrame:cellFrame
|
| + inView:controlView
|
| + includeFocus:includeFocus]);
|
| CFDictionarySetValue(coreUIDrawOptions, @"borders only", kCFBooleanTrue);
|
| return (CFDictionaryRef)[NSMakeCollectable(coreUIDrawOptions) autorelease];
|
| }
|
|
|