Title: [207246] trunk/Source/WebKit/mac
Revision
207246
Author
bda...@apple.com
Date
2016-10-12 15:37:42 -0700 (Wed, 12 Oct 2016)

Log 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]):

Modified Paths

Diff

Modified: trunk/Source/WebKit/mac/Carbon/CarbonWindowFrame.m (207245 => 207246)


--- trunk/Source/WebKit/mac/Carbon/CarbonWindowFrame.m	2016-10-12 21:50:03 UTC (rev 207245)
+++ trunk/Source/WebKit/mac/Carbon/CarbonWindowFrame.m	2016-10-12 22:37:42 UTC (rev 207246)
@@ -282,6 +282,10 @@
 - (void)_resetDragMargins {
 }
 
+- (NSColor *)contentFill
+{
+    return [NSColor clearColor];
+}
 
 @end // implementation NSCarbonWindowFrame
 

Modified: trunk/Source/WebKit/mac/ChangeLog (207245 => 207246)


--- trunk/Source/WebKit/mac/ChangeLog	2016-10-12 21:50:03 UTC (rev 207245)
+++ trunk/Source/WebKit/mac/ChangeLog	2016-10-12 22:37:42 UTC (rev 207246)
@@ -1,3 +1,15 @@
+2016-10-12  Beth Dakin  <bda...@apple.com>
+
+        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]):
+
 2016-10-11  Daniel Bates  <daba...@apple.com>
 
         Attempt to fix the Apple Internal Mac build following r207159
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to