Title: [175127] trunk/Source/WebKit2
Revision
175127
Author
[email protected]
Date
2014-10-23 10:46:40 -0700 (Thu, 23 Oct 2014)

Log Message

Assertion failures in ImageKit soft linking
https://bugs.webkit.org/show_bug.cgi?id=138009

Reviewed by Anders Carlsson.

* UIProcess/API/mac/WKView.mm:
Soft-link ImageKit correctly.
ImageKit is inside the Quartz umbrella framework.

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (175126 => 175127)


--- trunk/Source/WebKit2/ChangeLog	2014-10-23 17:19:48 UTC (rev 175126)
+++ trunk/Source/WebKit2/ChangeLog	2014-10-23 17:46:40 UTC (rev 175127)
@@ -1,3 +1,14 @@
+2014-10-23  Tim Horton  <[email protected]>
+
+        Assertion failures in ImageKit soft linking
+        https://bugs.webkit.org/show_bug.cgi?id=138009
+
+        Reviewed by Anders Carlsson.
+
+        * UIProcess/API/mac/WKView.mm:
+        Soft-link ImageKit correctly.
+        ImageKit is inside the Quartz umbrella framework.
+
 2014-10-23  Daniel Bates  <[email protected]>
 
         [iOS] Fix the build after <http://trac.webkit.org/changeset/175079>

Modified: trunk/Source/WebKit2/UIProcess/API/mac/WKView.mm (175126 => 175127)


--- trunk/Source/WebKit2/UIProcess/API/mac/WKView.mm	2014-10-23 17:19:48 UTC (rev 175126)
+++ trunk/Source/WebKit2/UIProcess/API/mac/WKView.mm	2014-10-23 17:46:40 UTC (rev 175127)
@@ -158,7 +158,7 @@
 - (NSMenu *)menu;
 @end
 
-SOFT_LINK_FRAMEWORK(ImageKit)
+SOFT_LINK_FRAMEWORK_IN_UMBRELLA(Quartz, ImageKit)
 SOFT_LINK_CLASS(ImageKit, IKSlideshow)
 
 using namespace WebKit;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to