Changeset 207246 in webkit


Ignore:
Timestamp:
Oct 12, 2016 3:37:42 PM (8 years ago)
Author:
Beth Dakin
Message:

Adobe Contribute CS 6.5 Trial crashes on launch
https://bugs.webkit.org/show_bug.cgi?id=163365
-and corresponding-
<rdar://problem/28732731>

Reviewed by Tim Horton.

  • Carbon/CarbonWindowFrame.m:

(-[CarbonWindowFrame contentFill]):

Location:
trunk/Source/WebKit/mac
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/mac/Carbon/CarbonWindowFrame.m

    r165676 r207246  
    283283}
    284284
     285- (NSColor *)contentFill
     286{
     287    return [NSColor clearColor];
     288}
    285289
    286290@end // implementation NSCarbonWindowFrame
  • trunk/Source/WebKit/mac/ChangeLog

    r207171 r207246  
     12016-10-12  Beth Dakin  <bdakin@apple.com>
     2
     3        Adobe Contribute CS 6.5 Trial crashes on launch
     4        https://bugs.webkit.org/show_bug.cgi?id=163365
     5        -and corresponding-
     6        <rdar://problem/28732731>
     7
     8        Reviewed by Tim Horton.
     9
     10        * Carbon/CarbonWindowFrame.m:
     11        (-[CarbonWindowFrame contentFill]):
     12
    1132016-10-11  Daniel Bates  <dabates@apple.com>
    214
Note: See TracChangeset for help on using the changeset viewer.